Template:Xpdnp/doc

< Template:Xpdnp
Revision as of 03:41, 28 April 2012 by Cottrells (talk | contribs) (Created page with "{{Documentation subpage}} This {{til|xpdnp}} (expansion demo with named parameters) shows the call of a template or switch and its result, for documentation. I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This Template:Til (expansion demo with named parameters) shows the call of a template or switch and its result, for documentation. It works with up to 6 named parameters.

Examples

Examples, compared with equivalent calls of >Template:xpdoc (backlinks, edit), >Template:xpdopec (backlinks, edit), and >Template:xpdopepec (backlinks, edit):

  • {{xpdnp|tc}} gives: {{tc{{{1n}}}={{{2n}}}={{{3n}}}={{{4n}}}={{{5n}}}=}}{{{6n}}}= gives in [1]
  • {{xpdoc|tc}} gives: "{{tc}} [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]]"}}}}}}}}}} → "in" [2]
  • {{xpdnp|t np|1n=q|1v=s}} gives: {{t np{{{2n}}}={{{3n}}}={{{4n}}}={{{5n}}}=}}{{{6n}}}= gives Template:T np [3]
  • {{xpdnp|p|1n=|1v=q}} gives: {{p{{{2n}}}={{{3n}}}={{{4n}}}={{{5n}}}=}}{{{6n}}}= gives Template:P [4]
(the empty string is used as parameter name)
  • {{xpdnp|t np2|1n=q|1v=u|2n=s|2v=v}} gives: {{t np2{{{3n}}}={{{4n}}}={{{5n}}}=}}{{{6n}}}= gives Template:T np2 [5]
  • {{xpdnp|#switch:q|1n=p|1v=u|2n=q|2v=v}} gives: {{#switch:q{{{3n}}}={{{4n}}}={{{5n}}}=}}{{{6n}}}= gives v [6]

While the template works for templates without parameters it does not work properly for variables:

  • {{xpdnp|CURRENTTIME}} gives: {{CURRENTTIME{{{1n}}}={{{2n}}}={{{3n}}}={{{4n}}}={{{5n}}}=}}{{{6n}}}= gives Template:CURRENTTIME [7]


Therefore, for variables use >Template:xpdoc (backlinks, edit) instead:

  • {{xpdoc|CURRENTTIME}} gives: "{{CURRENTTIME}} [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]] [[Category:Templates]]"}}}}}}}}}} → "13:18" [8]