Template:TemplateData header/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(update to match renaming of template in May 2015)
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->


Inserts a brief header for the template data section. Adds the page to [[:Category:TemplateData documentation]].
The {{tlx|TemplateData header}} template inserts a brief header for the template data section, and adds the page to [[:Category:Templates using TemplateData]].


== Usage ==
== Usage ==
<pre style="overflow:auto;">
<pre>
==TemplateData== or ==Parameters== or ==Usage==
== TemplateData ==
{{TemplateData header}}
{{TemplateData header}}
<templatedata>{
<templatedata>{
...
...
}</templatedata>
}</templatedata>

Note: Section headers of ==Parameters== or ==Usage== may also be used.
</pre>
</pre>


Use <code><nowiki>{{TemplateData header|Template name}}</nowiki></code> if you want an alternative name for the template to be displayed.
Use <code><nowiki>{{TemplateData header|Template name}}</nowiki></code> to display a name for the template other than the default, which is [[w:Help:Magic_words#Variables|<nowiki>{{BASEPAGENAME}}</nowiki>]]. Do ''not'' add namespace <code>Template:</code>
:{|
|{{TemplateData header|Template name}}
|}


Use <code><nowiki>{{TemplateData header|nolink=1}}</nowiki></code> to omit the [[Help:Link#Wikilinks|wikilink]] from the word "TemplateData" in the header text, for instances where it is already linked outside this template.
==Parameters==
:{|
|{{TemplateData header|nolink=1}}
|}

Use <code><nowiki>{{TemplateData header|noheader=1}}</nowiki></code> to omit the first sentence of the header text.
:{|
|{{TemplateData header|noheader=1}}
|}

=== Parameters ===
{{TemplateData header}}
{{TemplateData header}}
<templatedata>{
<templatedata>{
"description": "Inserts a brief header for the template data section. Adds the page to [[Category:TemplateData documentation]]",
"description": "Inserts a brief header for the template data section. Adds the page to [[Category:Templates using TemplateData]]",
"params": {
"params": {
"1": {
"1": {
"label": "Template name",
"label": "Template name",
"description": "The name of the template to display. Default is {{BASEPAGENAME}}.",
"description": "Used to display a name for the template other than the default, which is {{BASEPAGENAME}}.",
"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",
"type": "string",
"required": false
"required": false
Line 29: Line 56:
}</templatedata>
}</templatedata>


==See also==
==Example==
:Using a collapse box for {{elc|Template:User}}:
{{nowiki template demo|code=<nowiki>
{{collapse top|title=TemplateData}}
{{TemplateData header|User}}
<templatedata>
{
"description": "This template is used to create a link to a user's user page (unless using {{Useranon}}), talk page, and contributions, and generates a special notification (aka 'ping').",
"params": {
"1": {
"label": "User name",
"type": "string",
"required": true,
"description": "The user name that you want to create links to and notify.",
"aliases":["user"]
},
"project": {
"label": "Sister project",
"type": "string",
"description": "Used to link to a sister project instead of the English Wikipedia. Use the standard interwiki prefix."
},
"lang": {
"label": "Other language project",
"type": "string",
"description": "Used to link to another language project. If used with the \"sister project\" parameter, links to another language of a sister project. Otherwise links to another language Wikipedia. Use the standard language code."
},
"separator": {
"label": "Separator",
"description": "Used to change the separator between the links. If unused, defaults to a dot."
}
}
}
</templatedata>
{{collapse bottom}}</nowiki>}}


==Tracking category==
<includeonly>
* {{clc|Category:Pages using TemplateData header with unknown parameters}}
<!-- Categories go here, and interwikis go in Wikidata -->

==See also==
* {{clc|Category:Templates using TemplateData}}
* {{tl|Crude TemplateData}}
* {{tl|Template parameter usage}}


</includeonly>
<includeonly>{{sandbox other||
<!-- Categories below this line; interwikis at Wikidata -->
{{DEFAULTSORT:Templatedata Header}}
[[Category:TemplateData|Header]]
[[Category:Documentation header templates]]
}}</includeonly>

Latest revision as of 17:46, February 18, 2022

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

Usage

== 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. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Template name

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. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for TemplateData header

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

Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for TemplateData header

Parameters

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for TemplateData header

Inserts a brief header for the template data section. Adds the page to [[Category:Templates using TemplateData]]

Template parameters

ParameterDescriptionTypeStatus
Template name1

Used to display a name for the template other than the default, which is {{BASEPAGENAME}}.

Stringoptional
No linknolink

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.

Stringoptional
No headernoheader

Assigning any value to this parameter will cause the template to omit the first sentence of the header text.

Stringoptional

Example

Using a collapse box for [[Template:User]]:

Template:Nowiki template demo

Tracking category

See also