Template:Larger
From MediaWiki
Jump to navigationJump to search
{{{1}}}
For other uses, see Larger (disambiguation).
[create] File:Template-info.svg Template documentation
| Editors can experiment in this template's sandbox (create) and testcases (create) pages. Subpages of this template. |
TemplateData
Inserts a brief header for the template data section. Adds the page to Category:TemplateData documentation.
Usage
==TemplateData== or ==Parameters== or ==Usage==
{{TemplateDataHeader}}
<templatedata>{
...
}</templatedata>
Use {{TemplateDataHeader|Template name}} if you want an alternative name for the template to be displayed.
Parameters
Template loop detected: Template:TemplateDataHeader <templatedata>{
"description": "Inserts a brief header for the template data section. Adds the page to",
"params": {
"1": {
"label": "Template name",
"description": "The name of the template to display. Default is Larger.",
"type": "string",
"required": false
}
}
}</templatedata>
See also
<templatedata> {
"description": "Resizes text by 110%",
"params": {
"1": {
"label": "Text",
"description": "The text to display",
"type": "string",
"required": true
}
}
} </templatedata>