Template:T: Difference between revisions

From Wikipedia of the Dark Brotherhood, an online Star Wars Club
(Template:T - Creation By Dessan)
 
mNo edit summary
Line 1: Line 1:
{{{1}}}<noinclude>
<includeonly><!--t-->{{{1|pqr}}}</includeonly><noinclude><nowiki>{{{1|pqr}}}</nowiki>


==Usage==
== Examples ==
Prints the value passed to it.
{| class="wikitable"
 
! Code
This is a meta-template for use with complex template nesting tricks.  See also [[Template:F]].
! Result
 
|- style="vertical-align:top;"
[[Category:Utility templates|{{PAGENAME}}]]</noinclude>
| <pre>
{{T}}
</pre>
||{{T}}
|- style="vertical-align:top;"
| <pre>
{{T|}}
</pre>
||{{T|}}
|- style="vertical-align:top;"
| <pre>
{{T|abc}}
</pre>
||{{T|abc}}
|- style="vertical-align:top;"
| <pre>
{{T|abc|def}}
</pre>
||{{T|abc|def}}
|- style="vertical-align:top;"
| <pre>
{{T|1=abc|1=def}}
</pre>
||{{T|1=abc|1=def}}
|- style="vertical-align:top;"
| <pre>
{{T|abc|1=def}}
</pre>
||{{T|abc|1=def}}
|- style="vertical-align:top;"
| <pre>
{{T|1=abc|def}}
</pre>
||{{T|1=abc|def}}
|- style="vertical-align:top;"
| <pre>
{{T|{{T}}}}
</pre>
||{{T|{{T}}}}
|- style="vertical-align:top;"
| <pre>
{{T|{{T|{{T}}}}}}
</pre>
||{{T|{{T|{{T}}}}}}
|- style="vertical-align:top;"
| <pre>
{{T|{{T|{{T|{{T}}}}}}}}
</pre>
||{{T|{{T|{{T|{{T}}}}}}}}
|- style="vertical-align:top;"
| <pre>
{{T|a{{t|b}}}}
</pre>
||{{T|a{{t|b}}}}
|- style="vertical-align:top;"
| <pre>
{{T|{{T|a<nowiki>=</nowiki>b}}}}
</pre>
||{{T|{{T|a=b}}}}
|- style="vertical-align:top;"
| <pre>
{{T|<nowiki>a=b</nowiki>}}
</pre>
||{{T|a=b}}
|- style="vertical-align:top;"
| <pre>
{{T|1<nowiki>=a=b</nowiki>}}
</pre>
||{{T|1=a=b}}
|}
[[Category:Templates]]
</noinclude>

Revision as of 04:04, 8 June 2008

{{{1|pqr}}}

Examples

Code Result
{{T}}
pqr
{{T|}}
{{T|abc}}
abc
{{T|abc|def}}
abc
{{T|1=abc|1=def}}
def
{{T|abc|1=def}}
def
{{T|1=abc|def}}
def
{{T|{{T}}}}
pqr
{{T|{{T|{{T}}}}}}
pqr
{{T|{{T|{{T|{{T}}}}}}}}
pqr
{{T|a{{t|b}}}}
ab
{{T|{{T|a=b}}}}
pqr
{{T|a=b}}
pqr
{{T|1=a=b}}
a=b