Toggle menu
14
236
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 02:35, 15 February 2025 by Prd (talk | contribs) (Created page with "{{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>{{param|foo|{{param|bar|nested...")
(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

  • {{para|foo|bar}} → |foo=bar
  • {{param value|baz quux|space=·}}baz··quux