Template:Documentation/doc
Appearance
| Documentation subpage |
|---|
| View this documentation's related template: Template:Documentation (edit). |
| (create). |
Template transclusion control
[edit source]- Template wikitext is typically wrapped in tags to control transclusion, like:
<includeonly></includeonly>
Template doc links
[edit source]- On template pages, at the bottom:
<noinclude>
{{Documentation}}
<!-- Please put categorizations on the /doc page -->
</noinclude>
- The output can be customized using included overrides, such as:
- Change the heading text:
{{documentation|heading=Heading text}} - Set the heading to blank
{{documentation|heading=}}(causes the entirety of the heading like disappears, which includes the edit link).
- Change the heading text:
/doc pages
[edit source]- On the Template:Name/doc page typically appears something like:
<noinclude>{{Documentation subpage}}</noinclude>
<!-- Documentation here -->
==Example(s)==
* <code><nowiki>{{TemplateName}}</nowiki></code> gives:
{{TemplateName}}
==Template Data==
<templatedata>
{
}
</templatedata>
<includeonly>
<!-- Template categories/interwikis here -->
</includeonly>
See Also
[edit source]{{Documentation subpage}}, a related template for use on documentation subpages.- Technical limitations regarding templates
Template Data
[edit source]Creates a documentation page that can be edited or updated by users, even if the template itself is protected. It also allows documentation to be moved to a subpage to reduce server resource usage, it does this by circumventing the technical limits regarding templates. Please use the template talk page to discuss any changes to Template:Documentation before making them.
| Parameter | Description | Type | Status | |||
|---|---|---|---|---|---|---|
| No parameters specified | ||||||