(Created Redirect) |
(Página creada con «{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> Inserts a brief header for the template data section. Adds the p...») |
||
(No se muestra una edición intermedia de otro usuario) | |||
Línea 1: | Línea 1: | ||
{{Documentation subpage}} | |||
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> | |||
Inserts a brief header for the template data section. Adds the page to [[:Category:TemplateData documentation]]. | |||
== Usage == | |||
<pre> | |||
==TemplateData== or ==Parameters== or ==Usage== | |||
{{TemplateDataHeader}} | |||
<templatedata>{ | |||
... | |||
}</templatedata> | |||
</pre> | |||
Use <code><nowiki>{{TemplateDataHeader|Template name}}</nowiki></code> if you want an alternative name for the template to be displayed. | |||
==Parameters== | |||
{{TemplateDataHeader}} | |||
<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 {{BASEPAGENAME}}.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
}</templatedata> | |||
==See also== | |||
<includeonly> | |||
<!-- Categories go here, and interwikis go in Wikidata --> | |||
</includeonly> |
Revisión actual - 17:42 5 jul 2017
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original plantilla page. |
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
This is the TemplateData documentation for this template used by VisualEditor and other tools.
TemplateDataHeader
Inserts a brief header for the template data section. Adds the page to [[Category:TemplateData documentation]]
Parámetro | Descripción | Tipo | Estado | |
---|---|---|---|---|
Template name | 1 | The name of the template to display. Default is {{BASEPAGENAME}}. | Cadena | opcional |