Template:TemplateData header/doc

From eRepublik Official Wiki
Jump to: navigation, search
edit

Edit-copy green.png Documentation subpage

This documentation subpage contains instructions, categories, or other information for technical reasons.
To view the Template page itself, see Template:TemplateData header.


Inserts a brief header for the template data section. Adds the page to Category:TemplateData documentation.

Usage

==TemplateData==
{{TemplateData header}}
<templatedata>{
...
}</templatedata>

Use {{TemplateData header|Template name}} if you want an alternative name for the template to be displayed.

Usage

{{TemplateData header}}

<templatedata>{

 "description": "Inserts a brief header for the template data section. Adds the page to Category:TemplateData documentation",
 "params": {
   "1": {
     "label": "Template name",
     "description": "The name of the template to display. Default is TemplateData header.",
     "type": "string",
     "required": false
   }
 }

}</templatedata>