Template:Tlx/doc

From Moegirlpedia
< Template:Tlx
Revision as of 03:48, 15 May 2020 by Leranjun (talk | contribs) (Created page with "{{Quoted from other wikis|Wikipedia|Template:Tlx}} This template is similar to {{tl|tl}}, but can take up to 11 parameters separated by “|”. == Usage == ''(Note: In the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Template:Quoted from other wikis

This template is similar to {{tl}}, but can take up to 11 parameters separated by “|”.

Usage

(Note: In the following examples, ellipses (groups of three dots) indicate where parameters have been omitted.)

{{tlx|Template|first parameter|second parameter|third parameter|...|tenth parameter}} produces: {{Template|first parameter|second parameter|third parameter|...|tenth parameter}}

When you want to indicate setting a value to one or more parameters, you would normally use the equals-sign ("="). This doesn't work here; instead use Template:Tlf, like so:

{{tlx|Template|first{{=}}first value|second|third{{=}}third value}} produces: {{Template|first=first value|second|third=third value}}

For more than ten parameters - with or without equals-signs - instead wrap the entire list of parameters and their values in Template:Tag tags. When you do, you don't need to replace equals-signs. For instance:

{{tlx|Template|<nowiki>''first''|''second''|''third=value''|...|''999th''</nowiki>}} produces: {{Template|first|second|third=value|...|999th}}