Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Tmpl/doc: Difference between revisions

Template page
Add `desc` parameter to {{TemplateBox}}
Use main {{TemplateBox}}
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Shared Template Warning|Template:Tmpl}}
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
{{TemplateBox
| mbox =
{{Lua|Module:Tmpl}}
{{Lua|Module:Tmpl}}
{{TemplateBox
 
| name = tmpl
| name = tmpl
| desc-en = This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables {{mono|$1}} to {{mono|$9}}. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once.
| desc-en = This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables {{mono|$1}} to {{mono|$9}}. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once.
| desc-td-en = This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables $1 to $9. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once.


| namespace = all
| namespace = all
| usergroup = all
| usergroup = all


| example = <nowiki>0= &amp;lt;$1 name=$3>$2&amp;lt;/$1> |tag|content|value</nowiki>
| example-source = <syntaxhighlight lang="html">{{tmpl|0= &lt;$1 name=$3>$2&lt;/$1> |tag|content|value}}</syntaxhighlight>
| example-value = {{tmpl|0= &lt;$1 name=$3>$2&lt;/$1> |tag|content|value}}
| example-value = {{tmpl|0= &lt;$1 name=$3>$2&lt;/$1> |tag|content|value}}


| relieson = [[Module:Tmpl]]
| relieson =
* [[Module:Tmpl]]


| i18n-method = -
| i18n-method = -
Line 27: Line 30:
</syntaxhighlight>
</syntaxhighlight>


| useTemplateData = only
| useTemplateData = TNT:tmpl
 
| 1      = 0
| 1      = 0
| 1label = Template Content
| 1d-en  = Text with replacements, which are specified using “$n”, where “n” is a positive integer matching the parameter names.
| 1stat  = required
| 1stat  = required
| 1type  = content
| 2      = 1
| 2label = Replacement 1
| 2d-en  = The replacement string for “$1”.
| 2stat  = optional-
| 2type  = content
| 3      = 2
| 3label = Replacement 2
| 3d-en  = The replacement string for “$2”.
| 3stat  = optional-
| 3type  = content
| 4      = 3
| 4label = Replacement 3
| 4d-en  = The replacement string for “$3”.
| 4stat  = optional-
| 4type  = content
| 5      = 4
| 5label = Replacement 4
| 5d-en  = The replacement string for “$4”.
| 5stat  = optional-
| 5type  = content
| 6      = 5
| 6label = Replacement 5
| 6d-en  = The replacement string for “$5”.
| 6stat  = optional-
| 6type  = content
| 7      = 6
| 7label = Replacement 6
| 7d-en  = The replacement string for “$6”.
| 7stat  = optional-
| 7type  = content
| 8      = 7
| 8label = Replacement 7
| 8d-en  = The replacement string for “$7”.
| 8stat  = optional-
| 8type  = content
| 9      = 8
| 9label = Replacement 8
| 9d-en  = The replacement string for “$8”.
| 9stat  = optional-
| 9type  = content
| 10      = 9
| 10label = Replacement 9
| 10d-en  = The replacement string for “$9”.
| 10stat  = optional-
| 10type  = content
}}
}}
<includeonly>{{Sandbox other||
<includeonly>{{Sandbox other||
<!-- Categories below this line; interwikis at Wikidata -->
<!-- Categories below this line; interwikis at Wikidata -->
[[Category:Utility templates]]
[[Category:Commons utility templates]]
}}</includeonly>
}}</includeonly>

Latest revision as of 20:26, 24 November 2024

This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables $1 to $9. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once.

Usage

{{tmpl |0= }}

Template parameters

<templatedata>JSON</templatedata> ./. {{TemplateBox}}
TemplateData

TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.


Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either ‎useTemplateData=1 or ‎useTemplateData=only on the ‎/doc subpage and transcluding it with {{Documentation}} into the template. ‎<nowiki>-tags can be wrapped around the arguments, if required, to avoid templates being expanded.

Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw ‎<templatedata>-tags into the Wikitext of the template, as described in various Wikipediae.


Wikipedia's help about TemplateDataCommons-specific information

This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables $1 to $9. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once.

Template parameters

ParameterDescriptionTypeStatus
Template Content0

Text with replacements, which are specified using “$n”, where “n” is a positive integer matching the parameter names.

Contentrequired
Replacement 11

The replacement string for “$1”.

Contentoptional
Replacement 22

The replacement string for “$2”.

Contentoptional
Replacement 33

The replacement string for “$3”.

Contentoptional
Replacement 44

The replacement string for “$4”.

Contentoptional
Replacement 55

The replacement string for “$5”.

Contentoptional
Replacement 66

The replacement string for “$6”.

Contentoptional
Replacement 77

The replacement string for “$7”.

Contentoptional
Replacement 88

The replacement string for “$8”.

Contentoptional
Replacement 99

The replacement string for “$9”.

Contentoptional

Edit parameter translations

Additional information

The template is intended to be used in the following namespaces: all namespaces

The template is intended to be used by the following user groups: all users

Relies on:

Examples

{{tmpl|0= &lt;$1 name=$3>$2&lt;/$1> |tag|content|value}}

renders as:

<tag name=value>content</tag>

Localization

This template is not intended to be localized.

This template is intended to be used on pages using the Translate extension to allow partial translation of the content of ‎<tvar>...‎</tvar> tags.

Example

{{tmpl|0= &lt;$1 name=$3&gt;$2&lt;/$1&gt; |tag|content|value}}

which translators will see as:

{{$1|tag|content|value}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.