>
>
> Does that make sense?
>
> So, *SomeTiddler* can contain *anything*, a script, just wikitext, 
> whatever you want it to... like *ToggleText*.
>

First, thanks again for the explanations. I'm not sure what kind of 
ultimate project I'm going to be developing in TiddlyWiki Classic yet, but 
you've definitely helped me to understand transclusion more thoroughly.

I replicated your explanation of SomeTiddler, SomeOtherTiddler, and 
YetAnotherTiddler.

*SomeTiddler*
$1 $2, $3
 
*SomeOtherTiddler*
<<tiddler SomeTiddler with: "Hello $1" "world $2" "what's up? $3">>
*result:* Hello $1 world $2, what's up? $3

*YetAnotherTiddler*

*<<tiddler SomeOtherTiddler with: "frotz" "gnusto" "filfre">>**result:* Hello 
frotz world gnusto, what's up? filfre

I still have no idea how this could be used to substitute into ToggleText. 
I think the "SomeTiddler" would have to be a script. I've been trying to 
write such a script. This is my first concept, but I think it's coming at 
the problem from the wrong angle:
<html>
</script>
<a href="javascript:;"
onclick="var s=this.style.display=='none'?'inline:none';
this.nextSibling.style.display=='inline';">
$1
</a>
<a href="javascript:;"
onload="var s=this.style.display=='none';">
$2
</a>
</html>

At any rate, I did successfully use the Nested Sliders plug-in to implement 
the clickable byline I wanted.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to