A little more fun related parameterized transclusion.
{{Some Tiddler??created||tField}}
And the text in the tField template tiddler:
<$list filter="[<currentTiddler>!match[tField]]">
<$vars thisTiddler={{{ [<currentTiddler>split[??]nth[1]] }}}
thisField={{{ [<currentTiddler>split[??]nth[2]else[text]] }}}>
<$transclude tiddler=<<thisTiddler>> field=<<thisField>>/>
</$vars>
</$list>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/0f77064b-002c-4a38-b87a-fc3eac4190cbn%40googlegroups.com.