[tw5] Passing field name to transclusion template

A little more fun related parameterized transclusion.

{{Some Tiddler??created||tField}}

And the text in the tField template tiddler:

<$list filter="[!match[tField]]">
<$vars thisTiddler={{{ [split[??]nth[1]] }}}
thisField={{{ [split[??]nth[2]else[text]] }}}>

<$transclude tiddler=<> field=<>/>

</$vars>
</$list>