(Updated the Documentation template documentation from the Templates Wiki.) |
m (We don't need the preload or testcases pages.) |
||
Line 43: | Line 43: | ||
== Dependencies == |
== Dependencies == |
||
; Templates |
; Templates |
||
: [[Template:Documentation/preload]] |
|||
: [[Template:Documentation/preload-sandbox]] |
|||
: [[Template:Documentation/preload-testcases]] |
|||
: [[Template:Tocright]] ([[Template:Tocright/doc]]) |
: [[Template:Tocright]] ([[Template:Tocright/doc]]) |
||
Line 71: | Line 68: | ||
"type": "string", |
"type": "string", |
||
"default": "{{FULLPAGENAME}}/sandbox" |
"default": "{{FULLPAGENAME}}/sandbox" |
||
}, |
|||
"testcases": { |
|||
"label": "Custom Testcases Location", |
|||
"description": "Specifies the /testcases subpage location", |
|||
"example": "Template:Example/testcases", |
|||
"type": "string", |
|||
"default": "{{FULLPAGENAME}}/testcases" |
|||
}, |
}, |
||
"heading": { |
"heading": { |
Revision as of 20:26, 23 August 2022

It contains usage information, categories, interlanguage links and other content that is not part of the original template page.
- Description
- This template is used to insert documentation on template pages.
- Syntax
- Type
<noinclude>
at the end of the template page.{{Documentation}}
</noinclude>
General usage
On the Template page
Template code<noinclude> {{Documentation}} </noinclude>
On the Template/doc page
; Description : This template is used to do something. ; Dependencies: :* Uses (some CSS, JS, file, or other template). ; Syntax : Type <code>{{T|Templatename}}</code> somewhere. ; Sample output : <code><nowiki>{{Templatename|foo}}</nowiki></code> gives... : {{Templatename|foo}} <includeonly>Any categories for the template itself </includeonly><noinclude> [[Category:Template documentation]] </noinclude>
Use any or all of the above description/syntax/sample output sections. You may also want to add "see also" or further usage information sections.
Note that the above example also uses {{T}}
.
Dependencies
- Templates
- Template:Tocright (Template:Tocright/doc)
TemplateData
This template is used to display documentation on template pages. It also adds some tools to help the editor to modify the /doc subpage and the template.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Custom Documentation Location | 1 | The name of the custom /doc subpage.
| String | optional |
Inline Documentation Content | content | Content if documentation page will not be transcluded
| String | optional |
Custom Sandbox Location | sandbox | Specifies the /sandbox subpage location
| String | optional |
Heading text | heading | Changes the default "Documentation" header to a different one
| String | optional |
Custom footer content | footer | Replaces the default link box with a custom one
| Unbalanced wikitext | optional |