|
|
Line 1: |
Line 1: |
| {{Documentation}}
| |
| The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc".
| |
|
| |
|
| ==Usage==
| |
| Place {{t|documentation}} at the top of the documentation page.
| |
|
| |
| If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Template:Foo/bar}}.
| |
|
| |
| The template will attempt to auto detect and link <code><nowiki>{{#Invoke:}}</nowiki></code> calls on template documentations or the <code>require()</code>/<code>mw.loadData()</code> depedency list on module documentations. If you want to supress the auto generated dependency list, use {{t|documentation|DependencyList=no}}
| |
|
| |
| ==Note==
| |
| This template links to a /doc that may appear useless, however, it exists in order to link navboxes and userboxes to their base template's documentation.
| |
| <includeonly></includeonly>
| |
|
| |
| ==TemplateData==
| |
| <templatedata>
| |
| {
| |
| "params": {},
| |
| "description": "The documentation template is transcluded in the template/module documentation. This template should only be used on subpages titled \"doc\"."
| |
| }
| |
| </templatedata>
| |