Template:Documentation/doc
Appearance
This template should be used on each template page to describe the function of the template. To use it, follow these steps:
- Add
{{documentation}}to any template page. - This will generate a red link to a subpage of the template: if your template is Template:Example, the documentation link will be Template:Example/doc. Click this link.
- Enter key information about Template:Example. You might include:
- What the template does
- What parameters the template requires, if any
- What parameters the template allows, if any
- A few examples
- Add an appropriate category. When doing so, surround the category in
<includeonly>tags; for example:<includeonly>[[Category:Example]]</noinclude>
That's it!