Template:Templatedata header/doc

From Forsaken Saga Wiki

The Template:Tlx template inserts a brief header for the template data section, and adds the page to Category:Templates using TemplateData.

Usage[edit source]

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

Note: Section headers of ==Parameters== or ==Usage== may also be used.

Use {{TemplateData header|Template name}} to display a name for the template other than the default, which is {{BASEPAGENAME}}. Do not add Template:.

Template:TemplateData header

Use {{TemplateData header|nolink=1}} to omit the wikilink from the word "TemplateData" in the header text, for instances where it is already linked outside this template.

Template:TemplateData header

Use {{TemplateData header|noheader=1}} to omit the first sentence of the header text.

Template:TemplateData header

Example[edit source]

Using a collapse box for Template:Elc:

Template:Nowiki template demo

Parameters[edit source]

Template:TemplateData header <templatedata>{

 "description": "Inserts a brief header for the TemplateData section. Adds the page to Category:Templates using TemplateData",
 "params": {
   "1": {
     "label": "Template name",
     "description": "Used to display a name for the template other than the default, which is Templatedata header.",
     "type": "string",
     "required": false
   },
   "nolink": {
     "label": "No link",
     "description": "Assigning any value to this parameter will omit cause the template to omit the wikilink from the word \"TemplateData\" in the header text, for instances where it is already linked outside this template.",
     "type": "string",
     "required": false
   },
   "noheader": {
     "label": "No header",
     "description": "Assigning any value to this parameter will cause the template to omit the first sentence of the header text.",
     "type": "string",
     "required": false
   }
 }

}</templatedata>

Tracking categories[edit source]

See also[edit source]