Template:T: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
(changing to mariowiki one)
 
(12 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{#if: {{{2|}}}
<includeonly><!--t-->start-{{{1|pqr}}}-end</includeonly><noinclude><nowiki>start-{{{1|pqr}}}-end</nowiki>
| {{[[Template:{{{1}}}|{{{text|{{{1}}}}}}]]{{!}}{{{2}}}}}

| {{[[Template:{{{1}}}|{{{text|{{{1}}}}}}]]}}
== Examples ==
}}<noinclude>
{| class="wikitable"
This template allows the user to link to a template without entering the template: prefix.
! Code
[[Category:Formatting templates]]</noinclude>
! Result
|- style="vertical-align:top;"
| <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>

Latest revision as of 02:29, January 19, 2022

{{[[Template:{{{1}}}|{{{1}}}]]}} This template allows the user to link to a template without entering the template: prefix.