Iron Chariots Wiki:Templates/Wikicode
From Iron Chariots Wiki
Templates whose primary function is to display examples of wikicode (formatted in a monospace font) on "help" pages and in template documentation.
| Template name | Purpose | Usage |
|---|---|---|
| Template:L | Display wikicode for example link, without providing a live link. |
{{l|Article title}}
|
| Template:Ll | Display wikicode for example link, as well as providing a live link. |
{{ll|Article title}}
|
| Template:Lp | Display wikicode for example link containing trailing pipe character (|), without providing a live link. |
{{lp|Article title}}
|
| Template:Llp | Display wikicode for example link containing trailing pipe character (|), as well as providing a live link. |
{{llp|Article title}}
|
| Template:T | Display wikicode for example template call. |
{{t|Template name}}
|
| Template:Tl | Display wikicode for example template call, with template name linked to template itself. |
{{tl|Template name}}
|
| Template:Tp | Format text as an unnamed template parameter (in monospace italics). |
{{tp|parameter}} |
| Template:Tpn | Format text as a named template parameter (in monospace). |
{{tpn|parameter name}} |