Template:Parameter/doc

From ComputerCraft Wiki
Revision as of 04:55, 9 December 2015 by KnightMiner (Talk | contribs) (Created page with "This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion. This template can also be called using the shortcut...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion. This template can also be called using the shortcut {{p}}

Usage

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

Examples

{{p|1}}
produces

{{{1}}}

{{p|parameter|default}}
produces

{{{parameter|default}}}

See also