Template:T: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
(Copied over from meta.wikimedia so that pages such as Help:Template#msgnw work better. A lot more needs to be done here, but this is one thing.)
meta>Trevor MacInnis
m (subst templates: See Wikipedia:Template substitution, Replaced: {{pretty → {{subst:pretty, using AWB)
Line 2: Line 2:


== Examples ==
== Examples ==
{| {{prettytable}}
{| class="wikitable"
! Code
! Code
! Result
! Result

Revision as of 22:44, 7 August 2006

start-{{{1|pqr}}}-end

Examples

Code Result
{{T}}
start-pqr-end
{{T|}}
start--end
{{T|abc}}
start-abc-end
{{T|abc|def}}
start-abc-end
{{T|1=abc|1=def}}
start-def-end
{{T|abc|1=def}}
start-def-end
{{T|1=abc|def}}
start-def-end
{{T|{{T}}}}
start-start-pqr-end-end
{{T|{{T|{{T}}}}}}
start-start-start-pqr-end-end-end
{{T|{{T|{{T|{{T}}}}}}}}
start-start-start-start-pqr-end-end-end-end
{{T|a{{t|b}}}}
start-astart-b-end-end
{{T|{{T|a=b}}}}
start-start-pqr-end-end
{{T|a=b}}
start-pqr-end
{{T|1=a=b}}
start-a=b-end