From Wikibooks, open books for an open world
This page may need to be
reviewed for quality.
This template uses Lua :
This template, often abbreviated as {{Tlg }} , is used to provide stylized formatting to template displays without actually using the template itself.
With the exception of alttext , the named parameters are toggles that are either omitted (default in most cases) or activated (by being assigned a value such as "on", "yes", "true", "include", etc.). They may be included in any order (see Examples below ). Certain templates have the parameter "on" by default; see the main table below for all alternate options.
Parameter
Action
Use with {{Example }}
Default active
Default (without accessory parameters)
{{Example }}
brace
Include braces as part of the template link
{{Example}}
braceinside
Include innermost braces as part of the template link
{{Example} }
bold
Renders the template link/name in bold
{{Example }}
code
Display output using HTML <code>...</code>
tags (monospaced font )
{{Example }}
{{Template link expanded }}
italic
Display any parameters accompanying the template link/name in italics
{{Example |param }}
kbd
Display output using HTML <kbd>...</kbd>
tags (monospaced font)
{{Example }}
nolink
Don't render the template name as a link
{{Example}}
{{Tlf }}
nowrap
Prevent the insertion of line breaks (word wrap ) in the output
{{Example }}
nowrapname
Prevent word wrapping in the output of template name/link (parameters will wrap if needed)
{{Example }}
plaincode
Uses <code style="background: transparent; border: none;">...</code>
{{Example }}
subst
Include a subst: prefix before the template link/name
{{subst:Example }}
{{Tls }}, {{Tlxs }}, etc.
|alttext=[text]
Use [text] as the label for the template link
{{Other }}
_show_result
Will also display the result of the template.
{{Min |7|-5}}
→ -5
_expand
Will add a link to the expanded template page.
{{Min |7|-5}}
[1]
This template can take any number of unnamed parameters as parameters accompanying the template link (or name); see Examples below.
Code Output Remarks {{tlxi |Banner}}
{{Banner }} Banner template does not exist. Be aware with linking to non-existing templates. {{tlxi |Ok}}
{{Ok }}
Ok template does exist {{tlxi |Convert|<nowiki>14|m|ftin|abbr=out|sp=us</nowiki>}}
{{Convert |14|m|ftin|abbr=out|sp=us }}
Unlimited parameters as one <nowiki >...</nowiki>
string {{tlxi |Abbr}}
{{Abbr }}
{{tlxi |AbbR}}
{{AbbR }} Template names are case-sensitive. {{tlxi |abbr}}
{{abbr }}
The first letter in template names is case-insensitive, though. {{tlxi |Abbr|{{Spaces}} tlxi{{Spaces}} }}
{{Abbr | tlxi }}
Using {{Spaces }} before and after {{{1}}} parameter. {{tlxi |XCode}}
{{XCode }}
{{tlxi |XCode|code=on}}
{{XCode }}
<code> style {{tlxi |XCode|plaincode=on}}
{{XCode }}
Plaincode style {{tlxi |XCode|kbd=on}}
{{XCode }}
<kbd> style {{tlxi |XCode|bold=on}}
{{XCode }}
Bold link/name {{tlxi |XCode|one|italic=on}}
{{XCode |one }}
Parameter(s) in italics {{tlxi |XCode|nolink=on}}
{{XCode}}
{{tlxi |XCode|subst=on}}
{{subst:XCode }}
{{tlxi |XCode|brace=on}}
{{XCode}}
All braces in link {{tlxi |XCode|braceinside=on}}
{{XCode} }
Only inside braces in link {{tlxi |XCode|alttext=XCode link}}
{{XCode link }}
{{tlxi |XCode|bold=on|code=on|brace=on}}
{{XCode}}
No reason you can't combine multiple parameter settings. {{tlxi |XCode|one}}
{{XCode |one }}
{{tlxi |XCode|one|two}}
{{XCode |one |two }}
{{tlxi |XCode|bold=on|code=on|one|two}}
{{XCode |one |two }}
Can combine named and positional/unnamed parameters without issue… {{tlxi |XCode|one|two|bold=on|code=on}}
{{XCode |one |two }}
…in any order… {{tlxi |XCode|one|code=on|two|bold=on|three}}
{{XCode |one |two |three }}
…even intermixed… {{tlxi |XCode|one|code=on|two|bold=on|three|italic=on}}
{{XCode |one |two |three }}
…with many different configurations. {{tlxi |XCode|1|2|3|4|5|6|7|8|9|10}}
{{XCode |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 }}
{{tlxi }}
tlxi With no arguments, the current page name is substituted. {{tlxi |XCode|x=u}}
{{XCode }}
Using = won't work. {{tlxi |XCode|x=u}}
{{XCode |x=u }}
But =
works fine. {{tlxi |XCode|x{{=}}u}}
{{XCode |x=u }}
The common shortcut {{=}}
is okay too. (See Template equal sign ) {{tlxi |XCode|x<nowiki>=</nowiki>u}}
{{XCode |x=u }}
Sticky nowiki is okay, too. {{tlxi |XCode||two||}}
{{XCode |two }}
Empty parameters work too, even at the end! {{tlxi |XCode|3=two|2=one}}
{{XCode |one |two }}
Even right-to-left is A-okay.
Wrapping of long names (default)
Code
Output
{{tlxi |Long template name that would wrap to new line|This is a long value for the 1st parameter that would wrap}}
{{Long template name that would wrap to new line |This is a long value for the 1st parameter that would wrap }}
Wrapping of long names (nowrap=on )
Code
Output
{{tlxi |nowrap=on|Long template name that would wrap to new line|Long value for the 1st parameter that would wrap}}
{{Long template name that would wrap to new line |Long value for the 1st parameter that would wrap }}
Wrapping of long names (nowrapname=on )
Code
Output
{{tlxi |nowrapname=on|Long template name that would wrap to new line|Long value for the 1st parameter that would wrap}}
{{Long template name that would wrap to new line |Long value for the 1st parameter that would wrap }}