Template:Documentation/doc
The {{documentation}} template is used to contain information and instructions for templates and modules. The actual information is located in the /doc subpage.
Usage
On template pages, enclose {{documentation}} in <noinclude> tags:
<noinclude>
{{documentation}}
[[Category: ...]]
...
</noinclude>
On modules, this template goes on their documentation pages (the /doc subpages):
{{documentation|
{{dochead}}
...
}}
See also
- Template:Dochead – used to categorise and add appropriate headers onto documentation pages.
