Template:Tpn
From Iron Chariots Wiki
(Difference between revisions)
(the templates continue to multiply... ;) |
(what am I doing? -- no bold) |
||
| Line 1: | Line 1: | ||
| − | <tt> | + | <tt>{{{1}}}</tt><noinclude>{{doc}} |
[[Category:Templates|Tpn]] | [[Category:Templates|Tpn]] | ||
[[Category:Inline templates|Tpn]] | [[Category:Inline templates|Tpn]] | ||
Latest revision as of 06:10, 25 July 2008
{{{1}}}
| The documentation for this template is transcluded from Template:Tpn/doc. Please edit that page if you want to change something in the documentation. Do not edit this page unless you know what you're doing. |
- Purpose
- Formats text in monospace type (equivalent to the wiki syntax <tt>...</tt>). This template is intended only to be used in template documentation to format "named" parameters in explanatory text just as they appear in usage examples formatted using Template:T and Template:Tl.
- Mnemonic
- The template name Tpn stands for "Template parameter (named)".
- Usage
- {{tpn|parameter name}}
- {{tpn|parameter name{{equals}}value}}
- Note
- In the second usage form above, the {{equals}} template must be used instead of a raw equals symbol (=), so the expression won't be interpreted as assigning the value value to the parameter parameter name. An equals symbol will appear in the output, as seen in the examples below.
- Examples
- Use the named parameter {{tpn|suggest}} to...
- → Use the named parameter suggest to...
- Use "{{tpn|suggest{{equals}}''changes''}}" to...
- → Use "suggest=changes" to...
- Use "{{tpn|suggest{{equals}}add links}}" to...
- → Use "suggest=add links" to...
- See also
- Template:Tp — for "unnamed" template parameters