Teamplaid:p3
Coltas
{{{3}}}
The templates p1, p2 and p3 simply return the first, second and third unnamed input parameter respectively. For example:
{{p1|foo|bar|baz}}
returns foo{{p2|foo|bar|baz}}
returns bar{{p3|foo|bar|baz}}
returns baz
These templates can be used inside other templates as an alternative to the {{#switch}} parser function, to switch between outputs based on whether the input is "1", "2" or "3":
{{P{{{1}}}|output if 1|output if 2|output if 3}}
Using {{#switch}}
, this syntax is equivalent to
{{Teamplaid:Hashswitch:{{{1}}}|1=output if 1|2=output if 2|3=output if 3}}
except that the parser function strips whitespace between parameters whereas the templates don't.
The above documentation is transcluded from Teamplaid:p3/documentation. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /documentation subpage. Subpages of this template. |