Template:Parameter/doc: Difference between revisions
CraftSpider (talk | contribs) (Created documentation) |
CraftSpider (talk | contribs) mNo edit summary |
||
Line 23: | Line 23: | ||
== See also == | == See also == | ||
* {{ | * {{tl|Template link}} |
Latest revision as of 04:24, 17 May 2017
[purge]
This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more information.
- Shortcut
- p
This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion.
Usage
{{p|parameter name|optional parameter default}}
Examples
{{p|1}}
- produces
{{{1}}}
{{p|parameter|default}}
- produces
{{{parameter|default}}}
See also
- {{Template link}}