{{[[Template:{{{1}}}|{{{1}}}]]}}
This template is used to show example template usage without expanding the template itself.
Basic use
(Note: In the following examples, ellipses (groups of three dots) indicate where parameters have been omitted.)
{{tlx|<Template>|<first parameter>|<second parameter>|<third>|<...>|<twentieth>}}
produces:{{模板:Template link|<first parameter>|<second parameter>|<third>|<...>|<twentieth>}}
Where parameters might contain one or more equals-signs ("="), replace each equals-sign with {{=}}:
{{tlx|<Template>|<first{{=}}something>|<second>|<third{{=}}something>|<...>|<twentieth>}}
produces:{{模板:Template link|<first=something>|<second>|<third=something>|<...>|<twentieth>}}
For more than ten parameters, possibly also containing equals-signs, use nowiki>>...</nowiki>
thus:
{{tlx|<Template>|<<nowiki>''first''|''second''|''third=something''|...|''999th''</nowiki>>}}
produces:{{模板:Template link|<first|second|third=something|...|999th>}}
See also