Difference between revisions of "Template:Parameter"
From ComputerCraft Wiki
KnightMiner (Talk | contribs) m (you apparently need HTMLTidy for nested code tags to work...) |
Magiczocker (Talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{ | ||
− | #if: {{{plain|}}} | + | #if: {{{plain|}}} |
− | + | | | |
− | + | | <code> | |
− | }} | + | }}{{{{{{1}}}{{ |
− | #if: {{{2|}}} | + | #if: {{{2|}}} |
− | + | | |{{{2}}} | |
− | }} | + | }}}}}{{ |
− | #if: {{{plain|}}} | + | #if: {{{plain|}}} |
− | + | | | |
− | + | | </code> | |
− | }}</includeonly><noinclude> | + | }}</includeonly><noinclude>{{Documentation}}</noinclude> |
− | {{ | + |
Latest revision as of 10:46, 2 August 2020
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
-
{{Template link}}