Template:Documentation subpage/doc: Difference between revisions
Template page
More actions
override note + m |
update doc |
||
| Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
==Usage== | ==Usage== | ||
< | Place <code><nowiki>{{</nowiki>documentation subpage}}</code> at the top of all template documentation pages. It does not need to be in <noinclude> tags because it will only show up on "/doc" pages. | ||
</ | |||
* If the subpage ends is named something other than "doc", use <code><nowiki>{{</nowiki>documentation subpage|override}}</code>. | |||
* If the template page is different from the base page name, use <code><nowiki>{{</nowiki>documentation subpage|page=''Template:Example''}}</code>. | |||
==See also== | ==See also== | ||
| Line 18: | Line 10: | ||
<includeonly> | <includeonly> | ||
[[Category:Template namespace templates|{{PAGENAME}}]] | [[Category:Template namespace templates|{{PAGENAME}}]] | ||
Revision as of 00:03, 27 June 2008
Usage
Place {{documentation subpage}} at the top of all template documentation pages. It does not need to be in <noinclude> tags because it will only show up on "/doc" pages.
- If the subpage ends is named something other than "doc", use
{{documentation subpage|override}}. - If the template page is different from the base page name, use
{{documentation subpage|page=Template:Example}}.
See also
- m:Template:Documentation or en:Wikipedia:Template documentation for how this template is used.