Template:Parameter/doc: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
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...")
 
(No difference)

Latest revision as of 08:51, 23 May 2019

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