Загвар:Template link with subst
Appearance
{{subst:Загвар:Template link with subst}}
Энэ загвар дараах Lua-г ашигладаг: |
Ихэнхдээ {{tls}}, гэж товчилдог энэхүү загвар нь загварыг өөрөө ашиглахгүйгээр загварын дэлгэцэнд загварчлагдсан формат өгөхөд ашиглагддаг.
Параметрүүд
[кодоор засварлах]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 for all alternate options.
Параметр | Action | Use with {{example}} |
Default active |
---|---|---|---|
Default (without accessory parameters) | {{example}} | ||
brace | Include braces as part of the template link | {{example}} | {{tlw}}/{{tn}} |
braceinside | Include innermost braces as part of the template link | {{example}} | |
bold | Renders the template link/name in bold | {{example}} | {{tlb}}, {{tlxb}} |
code | Display output using HTML <code>...</code> tags (monospaced font) |
{{example}} |
{{tlc}}, {{Template link expanded}}, etc. |
italic | Display any parameters accompanying the template link/name in italics | {{example|param}} | {{tlxi}} |
kbd | Display output using HTML <kbd>...</kbd> tags (monospaced font) |
{{example}} | |
nolink | Don't render the template name as a link | {{example}} | {{tlf}}, {{tnull}} |
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="border:none; background:transparent;">...</code> |
{{example}} |
{{tltss}} |
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}} | {{tla}} |
_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] |
Unnamed (Positional)
[кодоор засварлах]This template can take any number of unnamed parameters as parameters accompanying the template link (or name); see Examples below.
Examples
[кодоор засварлах]- Note
- On the source sister projects, en.wikipedia and Meta, X0, X1, X2, ..., X9 are sandbox templates for experimentation on involved templates that need be in template space. An auto-cleansing software facility exists that might be used to duplicate the facility on other Sister projects.
Code | Output | Remarks |
{{tls|Banner}} | Загвар:Tls | Template:Banner does not exist. (Non-existent template is redlinked.) |
{{tls|Abc}} | Загвар:Tls | Template:Abc exists. |
{{tls|abC}} | Загвар:Tls | Template names are case-sensitive |
{{tls|abc}} | Загвар:Tls | (but the first letter is case-insensitive). |
{{tls|x0}} | Загвар:Tls | параметр байхгүй |
{{tls|x1|one}} | Загвар:Tls | нэг параметр |
{{tls|x2|one|two}} | Загвар:Tls | хоёр параметр |
{{tls|x3|1|2|3|4|5|6|7|8|9|10}} | Загвар:Tls | арван параметр |
{{tls|convert|<nowiki>14|m|ftin|abbr=out|sp=us</nowiki>}} | Загвар:Tls | Unlimited parameters, as one <nowiki>...</nowiki> string. |
{{tls|x2||two||}} | Загвар:Tls | Empty parameters are discarded. |
{{tls|x0|code=on}} | Загвар:Tls | <code> style |
{{tls|x0|plaincode=on}} | Загвар:Tls | plaincode style |
{{tls|x0|kbd=on}} | Загвар:Tls | <kbd> style |
{{tls|x0|bold=on}} | Загвар:Tls | bold link/name |
{{tls|x1|one|italic=on}} | Загвар:Tls | parameter(s) in italics |
{{tls|x0|nolink=on}} | Загвар:Tls | |
{{tls|x0|subst=on}} | Загвар:Tls | |
{{tls|x0|brace=on}} | Загвар:Tls | all braces in link |
{{tls|x0|braceinside=on}} | Загвар:Tls | inside braces in link |
{{tls|x0|alttext=x0 link}} | Загвар:Tls | |
{{tls|x0|bold=on|code=on|brace=on}} | Загвар:Tls | Combine multiple parameter settings. |
{{tls|x1|{{spaces}}one{{spaces}}}} | Загвар:Tls | Using {{spaces}} before and after a parameter. |
{{tls|x2|bold=on|code=on|one|two}} | Загвар:Tls | Can combine named and anonymous parameters ... |
{{tls|x2|one|two|bold=on|code=on}} | Загвар:Tls | ... in any order ... |
{{tls|x2|one|code=on|two|bold=on|three}} | Загвар:Tls | ... even intermixed ... |
{{tls|x2|one|code=on|two|bold=on|three|italic=on}} | Загвар:Tls | ... with many configurations. |
{{tls|x1|x=u}} | Загвар:Tls | = won't work |
{{tls|x1|x=u}} | Загвар:Tls | = is okay |
{{tls|x1|x{{=}}u}} | Загвар:Tls | {{=}} is okay (see Template:=) |
{{tls|x1|x<nowiki>=</nowiki>u}} | Загвар:Tls | Sticky nowiki is okay. |
{{tls|x2|3=two|2=one}} | Загвар:Tls | Right-to-left is okay |
{{tls}} | tls | With no arguments, it emits the current page name without braces. |
{{tls|x2|3=one|4=two}} | Загвар:Tls | Null parameter stops parsing. |
Code | Output |
---|---|
{{tls|long template name that would wrap to new line|this is a long value for the 1st parameter that would wrap}}
|
Загвар:Tls |
Code | Output |
---|---|
{{tls|nowrap=on|long template name that would wrap to new line|long value for the 1st parameter that would wrap}}
|
Загвар:Tls |
Code | Output |
---|---|
{{tls|nowrapname=on|long template name that would wrap to new line|long value for the 1st parameter that would wrap}}
|
Загвар:Tls |
See also
[кодоор засварлах]Загвар:Template-linking templates Загвар:Semantic markup templates