Template:Tlxs/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Tlxs. It contains usage information, categories and other content that is not part of the original template page. |
{{tlxs}} creates a template link to templatespace for templates which require substitution as well as parameters.
Usage[edit source]
{{tlxs|color|first parameter|second parameter|third|...|tenth}}
→{{subst:color|first parameter|second parameter|third|...|tenth}}
Where parameters might contain one or more equals-signs ("="), replace each equals-sign with {{=}}
:
{{tlxs|color|first{{=}}something|second|third{{=}}something|...|tenth}}
→{{subst:color|first=something|second|third=something|...|tenth}}
If an eleventh parameter is included, ...
will appear at the end of the code created by this template.