Difference between revisions of "Template:Parameter"

From ComputerCraft Wiki
Jump to: navigation, search
m (you apparently need HTMLTidy for nested code tags to work...)
m
Line 10: Line 10:
 
   |
 
   |
 
   | </code>
 
   | </code>
}}</includeonly><noinclude>
+
}}</includeonly><noinclude>{{Documentation}}</noinclude>
{{/doc}}
+

Revision as of 10:10, 2 August 2020

[ view | edit | history ] Documentation

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