Template:Parameter/doc: Difference between revisions

From Create: Minecraft Mod Wiki
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

This is a documentation subpage for Template:Parameter.
It contains usage information, categories and other content that is not part of the original template page.
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}}}