Last modified: 2014-05-20 19:27:33 UTC
In order to use "/dada" subpages to hold the template data tags for each template, I tried[1] to add a link like "[[/data|data]]" to [[MediaWiki:Templatedata-doc-params]] but I got the following HTML: <caption>Template parameters <a href="/w/index.php?title=/data&amp;action=edit&amp;redlink=1" class="new" title="/data (page does not exist)">data</a></caption> meaning the link was not functional. [1] https://test.wikipedia.org/w/index.php?title=MediaWiki%3ATemplatedata-doc-params&diff=175076&oldid=175077
[2] The result: https://test.wikipedia.org/w/index.php?title=TemplateData_Test&oldid=175075
I'd argue this is by design. The message is supposed to contain plain text only. I don't want unicorns or templates to be invoked here. It does apply message transformation so that anything required for proper localisation works (e.g. plural, grammar, etc.). This is to keep the messages flexible and re-usable. And to allow them to be used on the client-side. Per translatewiki guidelines or in MediaWiki message terminology, consider these messages format=text, not format=parse or format=wikitext.
Agreed. WONTFIXing.