Template:Param/doc

From Fox Labs Wiki
Revision as of 18:07, 26 October 2024 by Inari (talk | contribs) (Created page with "{{Documentation subpage}} {{Distinguish|Template:Para}} <!-- Categories and interwikis go at the bottom of this 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== :{{tji|param|foo}} → {{param|foo}} :{{tji|param|foo|tag: kbd}} → {{param|foo|tag=kbd}} :{{tji|param|foo|bar}} → {{param|foo|bar}} :<syntaxhighlight lang="wikitext" inline>{{pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}}}}}}}}}

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

See also

Template:Semantic markup templates