Template:Param
Revision as of 23:06, 24 July 2023 by Penguinplushie (talk | contribs) (Protected "Template:Param" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
{{{foo}}}
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 |tag=kbd}} → {{{foo}}} - {{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}}}
}}}