Template:Parameter

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
[view | edit | history | purge]Documentation
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}}}

[view | edit | history | purge]The above documentation is transcluded from Template:Parameter/doc.