Template:T2

From Warcraft Watch Secrets
Revision as of 07:17, 14 November 2010 by imported>Fandyllic (Created page with "<nowiki>{{</nowiki>{{#if:{{{prefix|}}}|{{{prefix}}}:}}[[Template:{{{1}}}|{{{1}}}]]<!-- -->{{#if:{{{2|}}}||<span style="color:#555;">{{{2}}}</span>}}<!-- -->{{#if:{{{3|}}}|&#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{[[Template:{{{1}}}|{{{1}}}]]}}

Description
A template link with a variable number of example parameters (0-20), which can be used to show example inputs, but not italicized or surrounded by angle brackets (<>).
Source
Dependencies
  • None.
Syntax
{{t2|parameter1|parameter2|parameter3|parameter4|...|parameter20|prefix=...}}
Sample code
{{t2|welcome}} gives...
{{welcome}}
{{t2|welcome|Item1|Item2|Item3|Item4|Item5|...}} gives...
{{welcome|Item1|Item2|Item3|Item4|Item5|...}}
{{t2|welcome|2=param1=Item1}} gives...
{{welcome|param1=Item1}}
{{t2|welcome|prefix=subst}} gives...
{{subst:welcome}}
See also
  • {{t}}