I have a wiki where some tiddlers are automatically displayed with a dedicated template. This template adds some chrome around the content of the tiddler on display. That content can be wikitext, that needs to de interpreted on block mode.
I found out that in order to do that, the template has to code
<$transclude tiddler=<<currentTiddler>> mode=block/>
and not any of the following:
<$transclude $field=text mode=block/>
{{!!text}}
I can think that it has to be so but also it is not obvious. Should it really be so?