Template:T/doc: Difference between revisions

no edit summary
(creating dummy doc page to remove it from Wanted:Templates)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1:
Show the text used for a given template. Accepts templates with up to 20 arguments.
<br />
----
{{t|examples}} gives:
{{examples}}
----
{{t|t|examples}} gives:<br/>
{{t|examples}}
----
{{t|t|tropelist|This is a custom message!}} gives:<br/>
{{t|tropelist|This is a custom message!}}
----
{{t|t|color|red|yellow|blue}} gives:<br/>
{{t|color|red|yellow|blue}}
----
{{t|t|megatemplate|arg1|arg2|arg3|arg4|arg5|arg6|arg7|arg8|arg9|arg10|arg11|arg12|arg13|arg14|arg15}} gives:<br/>
{{t|megatemplate|arg1|arg2|arg3|arg4|arg5|arg6|arg7|arg8|arg9|arg10|arg11|arg12|arg13|arg14|arg15}}
----
{{t|t|primetemplate||arg2|arg3||arg5||arg7||||arg11||arg13||}} gives:<br/>
{{t|primetemplate||arg2|arg3||arg5||arg7||||arg11||arg13||}}
 
== Limitations ==
Does not accept arguments with <code>=</code>.