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.
Code Output Remarks {{tlf |Banner}}
{{Banner }} Banner template does not exist. Be aware with linking to non-existing templates. {{tlf |Ok}}
{{Ok}} Ok template does exist {{tlf |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 {{tlf |Abbr}}
{{Abbr}} {{tlf |AbbR}}
{{AbbR }} Template names are case-sensitive. {{tlf |abbr}}
{{abbr}} The first letter in template names is case-insensitive, though. {{tlf |Abbr|{{Spaces}} tlf{{Spaces}} }}
{{Abbr| tlf }} Using {{Spaces }} before and after {{{1}}} parameter. {{tlf |XCode}}
{{XCode}} {{tlf |XCode|code=on}}
{{XCode}}
<code> style {{tlf |XCode|plaincode=on}}
{{XCode}}
Plaincode style {{tlf |XCode|kbd=on}}
{{XCode}} <kbd> style {{tlf |XCode|bold=on}}
{{XCode }} Bold link/name {{tlf |XCode|one|italic=on}}
{{XCode|one }} Parameter(s) in italics {{tlf |XCode|nolink=on}}
{{XCode}} {{tlf |XCode|subst=on}}
{{XCode}} {{tlf |XCode|brace=on}}
XCode All braces in link {{tlf |XCode|braceinside=on}}
XCode Only inside braces in link {{tlf |XCode|alttext=XCode link}}
{{XCode}} {{tlf |XCode|bold=on|code=on|brace=on}}
XCode
No reason you can't combine multiple parameter settings. {{tlf |XCode|one}}
{{XCode|one}} {{tlf |XCode|one|two}}
{{XCode|one|two}} {{tlf |XCode|bold=on|code=on|one|two}}
{{XCode |one|two}}
Can combine named and positional/unnamed parameters without issue… {{tlf |XCode|one|two|bold=on|code=on}}
{{XCode |one|two}}
…in any order… {{tlf |XCode|one|code=on|two|bold=on|three}}
{{XCode |one|two|three}}
…even intermixed… {{tlf |XCode|one|code=on|two|bold=on|three|italic=on}}
{{XCode |one |two |three }}
…with many different configurations. {{tlf |XCode|1|2|3|4|5|6|7|8|9|10}}
{{XCode|1|2|3|4|5|6|7|8|9|10}} {{tlf }}
tlf With no arguments, the current page name is substituted. {{tlf |XCode|x=u}}
{{XCode}} Using = won't work. {{tlf |XCode|x=u}}
{{XCode|x=u}} But =
works fine. {{tlf |XCode|x{{=}}u}}
{{XCode|x=u}} The common shortcut {{=}}
is okay too. (See Template equal sign ) {{tlf |XCode|x<nowiki>=</nowiki>u}}
{{XCode|x=u}} Sticky nowiki is okay, too. {{tlf |XCode||two||}}
{{XCode|two}} Empty parameters work too, even at the end! {{tlf |XCode|3=two|2=one}}
{{XCode|one|two}} Even right-to-left is A-okay.
Wrapping of long names (default)
Code
Output
{{tlf |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
{{tlf |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
{{tlf |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}}