Editing TemplateDoc:Doc/Template
From Halopedia, the Halo wiki
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 6: | Line 6: | ||
It should be transcluded at the end of all pages in the <code>Template</code> namespace, within <code><nowiki><noinclude></nowiki></code> blocks like so: | It should be transcluded at the end of all pages in the <code>Template</code> namespace, within <code><nowiki><noinclude></nowiki></code> blocks like so: | ||
<pre> | <pre> | ||
<includeonly> ... template code here ... </includeonly><noinclude>{{Doc/Template}} [[Category:Relevant template category]]</noinclude> | <includeonly> ... template code here ... </includeonly><noinclude> | ||
{{Doc/Template}} [[Category:Relevant template category]]</noinclude> | |||
</pre> | </pre> | ||