Template:Param
View | Edit | Page history | … |


This template is for giving examples of template parameter source code which is useful in template documentation and talk page discussions of template code.
Parameters and Examples
Parameters | Description | Examples | Preview |
---|---|---|---|
{{{1}}}
|
Parameter name. Displays the number 1 by default, and also if the parameter is empty. The parameter name is highlighted in white, and also uses the CSS property |
{{{1}}} {{{1}}} {{{type}}}
| |
{{{2}}}
|
The text to be inserted after the parameter name and the pipe symbol (| ). Leave blank to display only the pipe symbol.
|
{{{1|}}} {{{color|}}} {{{color|initial}}}
| |
{{{suf}}}
|
Additional text to be inserted after the parameter name, without any separator. It can be useful if there are parameters with many subtypes. | {{{name/<lang code>}}} {{{name/<lang code>|}}} {{{name/<lang code>|default}}}
|
Other Examples
{{Param}}
→ {{{1}}}{{Param|}}
→ {{{1}}}
{{Param||}}
→ {{{1|}}}{{Param|2=}}
→ {{{1|}}}
{{Param|suf=:part}}
→ {{{1:part}}}{{Param||suf=:part|}}
→ {{{1:part|}}}{{Param|suf=:part|2=}}
→ {{{1:part|}}}
{{Param||text}}
→ {{{1|text}}}{{Param|2=text}}
→ {{{1|text}}}{{Param||suf=:part|text}}
→ {{{1:part|text}}}{{Param|suf=:part|2=text}}
→ {{{1:part|text}}}
{{Param|parameter}}
→ {{{parameter}}}{{Param|parameter|}}
→ {{{parameter|}}}{{Param|parameter|text}}
→ {{{parameter|text}}}{{Param|parameter|suf=:part}}
→ {{{parameter:part}}}{{Param|parameter|suf=:part|}}
→ {{{parameter:part|}}}{{Param|parameter|suf=:part|text}}
→ {{{parameter:part|text}}}
{{Param|foo}}
→ {{{foo}}}{{Param|foo|bar}}
→ {{{foo|bar}}}{{Param|foo|{{Param|bar}}}}
→ {{{foo|{{{bar}}}}}}{{Param|foo|{{Param|bar|{{Param|baz|derp}}}}}}
→ {{{foo|{{{bar|{{{baz|derp}}}}}}}}}
The above documentation is transcluded from Template:Param/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this page.