Template documentation follows |
---|
Note: the template above may sometimes be partially or fully invisible. |
Visit Template:Documentation/doc to edit this documentation. (How does this work?) |
Description
This template is used to insert descriptions on template pages.
Template format
This is the normal format when used:
Template_coding<includeonly>[[Category:Article_categorizes_to]]</includeonly><noinclude>{{documentation}}</noinclude>
/doc page format
Normally, you will want to write something like the following on the documentation page:
==Description==
This template is used to do something.
==Parameters==
; <code>parameter =</code>
: What parameter does
==Examples==
<pre>
{{Template_name
|parameter =
}}
</pre>
<br />
{{Template_name
|parameter = Filled parameter
}}
<includeonly>[[Category:Template_categorizes_to]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
Community content is available under CC-BY-SA unless otherwise noted.