Template:Param/doc
< Template:Param
Jump to navigation
Jump to search
Revision as of 03:06, 20 August 2023 by Penguinplushie (talk | contribs)
![]() |
It contains usage information, categories and other content that is not part of the original template page.
|
---|
This template is for giving examples of template parameter source code which is useful in template documentation and talk page discussions of template code.
Usage
- {{param
|foo}} →{{{foo}}}
- {{param
|foo → {{{foo}}}|tag=kbd}} - {{param
|foo →|bar}} {{{foo|bar}}}
{{param|foo|{{param|bar|nested=yes}}}}
→{{{foo|
{{{bar}}}
}}}{{param|foo|{{param|bar|{{param|baz|derp|nested=yes}}|nested=yes}}}}
→{{{foo|
{{{bar|
}}}{{{baz|derp}}}
}}}
Examples involving {{para}}
{{para|foo|{{param|bar}}}}
→|foo=
{{{bar}}}
{{para|foo|{{param|bar|nested=yes}}}}
→|foo=
{{{bar}}}
- {{para
|foo}} {{param|bar}} →|foo=
{{{bar}}}
{{para|foo|{{var|bar}}}}
→|foo=bar