(Somewhat related to a post I just made about “filter links”)
Here’s a syntactic idea: It would be neat if filters could be run directly instead of having to be encapsultated in arcane triple braces (arcanely called “filtered transclusion”)? I.e instead of
{{{ [tag[HelloThere]] }}}
…it could just directly be…
[tag[HelloThere]]
…and the output from the filter is shown.
AFAIK, a plain bracket link [[HelloThere]] is considered a filter, evidently run to give the link. (But [title[HelloThere]] does not work.)
<:-)