Template:Xpd1
The template has two parameters:
- the template, or the parser function with colon and part after the colon
- one (additional) parameter
It is a simplified version of Template:Xpdop3c, without any wikitext outside the braces, and with only one parameter to specify the (additional) parameter of the specified template parser function, see Help:Expansion_demo_templates#Limitations.
Examples:
"{{t1|pqr}}"
gives "start-pqr-end" [1]
"{{#ifexpr:2<3|pqr}}"
gives "pqr" [2]
"{{3x|p
q}}"
gives "p
qp
qp
q" [3]
Named parameters
editNamed parameters are not supported. Neither are equals signs in parameter values.
{{xpd1|t np|q=s}} gives: "{{t np|{{{2}}}}}"
gives "p{{{q}}}r" [4] ("q=s" is ignored)
{{xpd1|t np|2=q=s}} gives: "{{t np|q=s}}"
gives "p{{{q}}}r" [5] (wrong result)
Actually:
See also
edit- Help:Expansion demo templates
- Template:Xpdt1 for table row templates
- Template:Xpdn for named parameters
- w:Template:Xpd1