ਫਰਮਾ:Xpd/doc

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਅਜ਼ਾਦ ਗਿਆਨਕੋਸ਼ ਤੋਂ

The expansion demo templates (see [1]) show, for documentation:

  • some wikitext
  • its rendering
  • a link to ExpandTemplates applied to the wikitext; thus it shows:
    • The expanded wikitext.
    • The rendering of this expanded wikitext

Template:xpd (backlinks edit) selects one of the following four templates based on the number of unnamed parameters

Examples[ਸੋਧੋ]

{{xpd|CURRENTDAY}} gives:

"{{CURRENTDAY}}" gives "28" [2]

{{xpd|#expr:2+2}} gives:

"{{#expr:2+2}}" gives "4" [3]

For more examples see the separate templates.

Separator parameter[ਸੋਧੋ]

The default separator is "gives". With gives={{!}}{{!}} to get "||" for use in a table, the same separator is used before the ExpandTemplates link.

Example:

{| class="wikitable"
!wikitext!!result!!ExpandTemplates
|-
|{{xpd|CURRENTDAY|gives={{!}}{{!}}}}
|-
|{{xpd|#expr:2+2|gives={{!}}{{!}}}}
|}

gives

wikitext result ExpandTemplates
"{{CURRENTDAY}}" "28" [4]
"{{#expr:2+2}}" "4" [5]

Quotes[ਸੋਧੋ]

The quotation marks are needed to see spaces and newlines at the start and end of the result. In other expand demo templates they are also needed to see spaces and newlines at the start and end of the wikitext, and to get a result independent of whether it starts on a line due to parameter {{{gives}}}.

Limitations[ਸੋਧੋ]

This Template:Xpd is a simplified version of some expansion demo templates. If necessary use the proper extended version.

Named parameters and parameter values with equals signs[ਸੋਧੋ]

Named parameters are not supported. Neither are equals signs in parameter values of the template or parser function demonstrated.

Examples:

Even in the case of a parser function called with a parameter containing an equals sign the template for named parameters should be used:

  • {{xpd|#if:x|p=q}} gives: "{{#if:x}}" gives "" [8] ("p=q" is ignored); instead, use {{xpdnp|#if:x|1n=p|1v=q}} giving ਫਰਮਾ:Xpdnp.

Rendering of left side[ਸੋਧੋ]

If no value for parameter p is given, the left-hand side, before "gives", does not show the literal wikitext of the parameters of the template or parser function demonstrated, but the rendering. This affects e.g. sequences of more than two spaces, and single newlines. Also link code is shown as a link. Furthermore, any templates and parser functions in the parameters are expanded; m:Template:xpdn (backlinks, edit) covers the simpler of such cases.

Examples:


{{xpd|1x|[[Help:L{{tc}}k]]}}

{{xpd|t1|p
q}}

gives:


"{{1x|[[Help:Link]]}}" gives "Help:Link" "`UNIQ--gallery-00000073-QINU`"'__%5B%5BHelp%3ALink%5D%5D%7D%7D%22

"{{t1|p q}}" gives "{{[[Template:p q|p q]]}}" "`UNIQ--gallery-00000076-QINU`"'__p%0Aq%7D%7D%22


With substitution of xpd1 etc. (see below) and putting nowiki tags around the list of parameters the left hand side is corrected.

Also the input text of ExpandTemplates in the supplied link is the result of expanding the parameters.

Spaces and newlines[ਸੋਧੋ]

If parameters start or end with a space or newline, these are preserved. Even if the left-hand side, as mentioned, does not show the raw wikitext of the parameters but the rendering, the right-hand side gives the correct result.

Substitution[ਸੋਧੋ]

  • {{subst:xpd|substnp=subst:|tc}} gives the wikitext {{xpd0|tc}}
  • {{subst:xpd|substnp=subst:|t1|p}} gives the wikitext {{xpd1|t1|p}}
  • {{subst:xpd|substnp=subst:|t2|p|q}} gives the wikitext {{xpd2|t2|p|q}}
  • {{subst:xpd|substnp=subst:|concat|p|q|r}} gives the wikitext {{xpd3|concat|p|q|r}}

Note that except in the case of long and complicated parameters, adding the number of parameters after "xpd" is easier than adding "subst:" and "|substnp=subst:".

With substitution of xpd1 etc. and putting nowiki tags around the list of parameters the left hand side is given literally without conversions, see also above.


See also[ਸੋਧੋ]

  • m:Template:tlx (backlinks, edit) - produces just the template call, with the template name linked to the template, but not the result, e.g. "{{tlx|t2|b|c}}" gives "{{t2|b|c}}" [9]