This template is a {{tl}}-style template-link tag that accepts and italicizes parameters. It's the same as {{tlx}} except that the template parameters are shown in italics. Its main use is in template documentation, to give example input where the parameters are unnamed sequential ones and we're showing variable, sample input. It really should mark up the parameter with <var>...</var>, not just typographic italics, but the underlying Bản mẫu:Tlg doesn't have an option to execute that markup (yet).
Các ví dụ
{{Tlxi|Bản mẫu|tham số thứ nhất|thứ hai|thứ ba|...|thứ mười một}} → {{Bản mẫu|tham số thứ nhất|thứ hai|thứ ba|...|thứ mười một}}
{{Tlxi|Bản mẫu|2=tham số thứ nhất|3=thứ hai|4=thứ ba|...|12=thứ mười một}} → {{Bản mẫu|tham số thứ nhất|thứ hai|thứ ba|...}} if they might contain "=" signs (note the off-by-one notation – parameter 1 remains the name of the template)
{{Tlxi|Bản mẫu|<nowiki>thứ nhất|thứ hai|...|999th</nowiki>}} → {{Bản mẫu|thứ nhất|thứ hai|...|999th}} (for more than 10 parameters)
If Template is to be passed more than nine parameters (using up to the tenth of {{Tlxi}}'s own parameters), the remaining parameters have to be baked into the actual eleventh parameter of {{Tlxi}}:
{{Tlxi|Bản mẫu|tham số thứ nhất|thứ hai|thứ ba|thứ tư|thứ năm|thứ sáu|thứ bảy|thứ tám|thứ chín|<nowiki>thứ mười|thứ mười một|thứ mười hai|thứ mười ba|...</nowiki>}}
hoặc
{{Tlxi|Bản mẫu|tham số thứ nhất|thứ hai|thứ ba|thứ tư|thứ năm|thứ sáu|thứ bảy|thứ tám|thứ chín|thứ mười{{!}}thứ mười một{{!}}thứ mười hai{{!}}thứ mười ba{{!}}...}}
hoặc
{{Tlxi|Bản mẫu|2=tham số thứ nhất|3=thứ hai|4=thứ ba|5=thứ tư|6=thứ năm|7=thứ sáu|8=thứ bảy|9=thứ tám|10=thứ chín|11=<nowiki>thứ mười|thứ mười một|thứ mười hai|thứ mười ba|...</nowiki>}}
→
{{Bản mẫu|tham số thứ nhất|thứ hai|thứ ba|thứ tư|thứ năm|thứ sáu|thứ bảy|thứ tám|thứ chín|thứ mười|thứ mười một|thứ mười hai|thứ mười ba|...}}
If a twelfth parameter is passed to {{Tlxi}} (i.e., an 11th to the Template it calls in parameter 1), that parameter's value will be output as "…" and subsequent parameters ignored.
The rest of the documentation is for {{tlx}}, which works the same way.
This template allows an example of calling a template, accompanied by one or more parameters, to be displayed without also causing the template to be called.
Up to ten of the template's parameters (numbered or nowiki-keywords) may be displayed as placeholders, while more than over 10 parameters can be displayed using a coded vertical-bar (as in "|..."). A keyword parameter can be used with equals code = or {{=}} or in nowiki-text: "<nowiki>size=10</nowiki>" or all parameters as a string in "<nowiki>" tags; see Examples at bottom. For more details, see this talk page.
Phản đối
If the intended template lists numerous parameters, then perhaps this template should really not be used, and just hardcode the usage with <code><nowiki>. Cho ví dụ:
If a vertical display, with parameters on their own lines, is desired, this can also be laid out manually in this manner, or more rapidly done with <pre>...</pre>.
Các tham số
If the only parameter supplied is {{{1}}}, i.e. a template's name, {{tlx}}'s output is the same as {{tl}} – i.e. a link within braces – but in a monospaced font:
{{tl}} will also not take nor display additional parameters.
Tham số được đặt tên
|subst=
Setting this parameter to any non-blank value will prefix the string subst: linked to Trợ giúp:Thay thế bản mẫu. This is useful to indicate when a template should be substituted. For example, {{tlx|Welcome|subst=Y}} kết quả: {{subst:Welcome}}. This is similar to the action of the {{tlxs}} template: {{tlxs|Welcome}} kết quả: {{subst:Welcome}}.
|SISTER=
For an interwiki link to other sister projects, such as: |SISTER=M: (Meta), |SISTER=Q: (WikiQuote), |SISTER=S: (WikiSource), etc, facilitating interwiki template documentation and/or discussion.
|LANG=
For a link to Wikipedias in other languages, such as: |LANG=de: (German), |LANG=sv: (Swedish), etc, facilitating cross-language template documentation and/or discussion.
Tài liệu
{{Tlx}} is a generalization of {{tl}}, {{tlp}} etc., with output that is arguably more legible. This depends on the browser, but narrow gaps between characters such as "{", "|", "}" and links can be hard to read when not monospaced (and hard to click on; for uses like {{!}}, see {{tlw}}, which makes the click target bigger).
{{tlxb}}, a version of {{tlx}} where the template name is shown in bold.
{{tlb}}, a version of {{tl}} where the template name is shown in bold.
{{temt}}, a version of {{tlx}} that handles templates whose names include "Template:" and pages outside the Template: không gian tên that are treated as templates.
{{para}}, for the presentation of template parameters and values (e.g. |paraname=val, |another=).