Template:Parameter/doc: Difference between revisions
Jump to navigation
Jump to search
Create: Minecraft Mod Wiki>Joker876 Created page with "{{documentation subpage}} {{shortcut|p}} This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion. == Usage =..." |
BoxWithout (talk | contribs) m 1 revision imported |
||
(No difference)
|
Latest revision as of 21:59, 14 February 2025
Template shortcut
{{p}}
This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion.
Usage[edit source]
{{p|parameter name|optional parameter default}}
Examples[edit source]
{{p|1}}
- produces
{{{1}}}
{{p|parameter|default}}
- produces
{{{parameter|default}}}