From Wikibooks, open books for an open world
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.
Wrapping of long names (default)
Code
Output
{{tlc |Long template name that would wrap to new line|This is a long value for the 1st parameter that would wrap}}
Template:Tlc
Wrapping of long names (nowrap=on )
Code
Output
{{tlc |nowrap=on|Long template name that would wrap to new line|Long value for the 1st parameter that would wrap}}
Template:Tlc
Wrapping of long names (nowrapname=on )
Code
Output
{{tlc |nowrapname=on|Long template name that would wrap to new line|Long value for the 1st parameter that would wrap}}
Template:Tlc