Parameters in filtered Transclusion shortcut?

Here tiddlywiki.com documents in Transclusion in WikiText
the use of parameters along side a transclusion of a template eg;
{{MyTiddler||TemplateTitle|Parameter|SecondParameter}}
You can use the \parameters pragma to access these parameters in the template

It also documents using a template in a “filtered transclusion” eg
{{{ [tag[mechanism]]||TemplateTitle }}}

However it becomes evident that the parameters feature is not available eg
``{{{ [tag[mechanism]]||TemplateTitle|First Parameter|SecondParameter }}}`

Is this a gap we can fill?

1 Like

Hi @TW_Tones yes, I think we could implement that shortcut syntax now that we have parameterised transclusion. It had been my original plan to do so in 2013, but I think in the end it was one of the features I had to cut for the v1.0 release.

1 Like