Template:T
From STNE Wiki
{{{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 |