Template:Xpd1/doc

From PortlandWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This documentation subpage contains instructions, categories, or other information for technical reasons.
To view the Template page itself, see 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

Named 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:

  • {{t np|1=q=s}} gives p{{{q}}}r [6]
  • {{t np|q=s}} gives psr [7]

See also