Template:Xpd1/doc
Appearance
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 ( talk edit history links ), 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
Named parameters are not supported. Neither are equals signs in parameter values.
{{xpd1|t np|q=s}} gives: "{{t np|{{{2}}}
}}"
gives "Template:T np" [4] ("q=s" is ignored)
{{xpd1|t np|2=q=s}} gives: "{{t np|q=s
}}"
gives "Template:T np" [5] (wrong result)
Actually:
See also
- template:xpdt1 ( talk edit history links ) for table row templates
- template:xpdn ( talk edit history links ) for named parameters
- w:template:xpd1 ( talk edit history links )