Template:Parameter/doc

From Caves of Qud Wiki
< Template:Parameter
Revision as of 08:51, 23 May 2019 by imported>Kittymmeow (Created page with "{{doc/start}} This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion. == Usage == {{<nowiki/>p|''paramete...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

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

Usage

{{p|parameter name|optional parameter default}}

Examples

{{p|1}}
produces

{{{1}}}

{{p|parameter|default}}
produces

{{{parameter|default}}}