Template:T
(Difference between revisions)
(use my shiny new character templates, {!}, {((}, {))} -- I hope this works...) |
(fix error-causing use of Template:(() |
||
| Line 1: | Line 1: | ||
| − | <tt>{{ | + | <tt><nowiki>{{</nowiki>{{{1}}}{{if| |
test={{{2|}}}|then={{!}}{{{2}}}|else=}}{{if| | test={{{2|}}}|then={{!}}{{{2}}}|else=}}{{if| | ||
test={{{3|}}}|then={{!}}{{{3}}}|else=}}{{if| | test={{{3|}}}|then={{!}}{{{3}}}|else=}}{{if| | ||
Revision as of 15:45, 8 August 2008
{{{{{1}}}}}
| The documentation for this template is transcluded from Template:T/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
- This template simplifies the formatting of example template calls (i.e., to display the raw wikicode required) in non-article pages, such as on template pages themselves (to show examples of usage). Use Template:Tl if you want the template name to be linked to the page for the template itself (e.g., when used on non-template pages).
- Note
- This template should never be used in articles in the main namespace.
- Usage
- {{t|Template name}}
- {{t|Template name|parameter}}
- {{t|Template name|parameter1|parameter2}}
- {{t|Template name|parameter1|parameter2|parameter3}}
- {{t|Template name|parameter1|parameter2|parameter3|parameter4}}
- Mnemonic
- The name "t" is short for "template".
- Examples
- With one (required) parameter, this template provides the same simple functionality as Wikipedia:Template:Tl, but without the link, and with the monospace font formatting of Wikipedia:Template:Tlx:
- {{t|stub}} → {{stub}}
- With more than one parameter (up to five, total, including the Template name), it works basically like Wikipedia:Template:Tlx, except again, without the link and also without the sister-project or language features (see that template for details):
- {{t|delete|''reason''}} → {{delete|reason}}
- See also
- Template:Tl — version that links the template name