Template:Param

Revision as of 15:48, 6 August 2024 by JarlPenguin (talk | contribs) (Created page with "<includeonly><code style=""><nowiki>{{{</nowiki>{{{1}}}{{ #if:{{{2|}}} |{{!}}{{{2}}} }}<nowiki>}}}</nowiki></code></includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[view] [edit] [history] [refresh]Documentation

This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion.

Usage

{{param|parameter name|optional parameter default}}

Examples

{{param|1}}
produces

{{{1}}}

{{param|parameter|default}}
produces

{{{parameter|default}}}

See also

[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Param/doc.