Template:TemplateData header/doc

From Fanverse
Jump to navigation Jump to search

Template:High-use

The {{TemplateData header}} 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 namespace Template:

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Template:Template parameter usage

TemplateData for Template name

Template:Sandbox other

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.

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Template:Template parameter usage

TemplateData for TemplateData header

Template:Sandbox other

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

Template:Template parameter usage

TemplateData for TemplateData header

Template:Sandbox other

Example[edit source]

Using a collapse box for Template:Elc:

Template:Nowiki template demo

Parameters[edit source]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Template:Template parameter usage

TemplateData for TemplateData header

Template:Sandbox other

<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]