I have a custom tag called code with an attribute of p. <code p="test" />
I have a template called code that is very simple
<code p="{{{1}}}" />
[[Category:Has Code]]
when I do this {{code|test}}
It does not render as <code p="test" /> but as <code p="{{{1}}}" />
Any ideas why?
Thanks,
-Adam
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
