ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tld
ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tlg
This page provides documentation for {{Tlc}}, {{Tld}} and {{Tlf}}.
Purpose and naming
[πΉπ½πΌπ°πΉπ³πΎπ°π½]When a template name with braces is to be shown in documentation, the braces have to be escaped in some way so it doesn't become an actual call to the template. Instead of using <nowiki></nowiki> tags you can write it more simply and concisely by using the {{βtlcβ}}, {{βtldβ}}, or {{βtlfβ}} templates.
These templates work similarly to {{βtlβ}} and {{βtlxβ}}, but don't make the template name into a link. When writing documentation you might want to avoid a lot of unnecessary links, since they can decrease readability. So on the first occurrence of a template name use {{tl}} or {{tlx}}, and then use {{βtlcβ}}, {{βtldβ}} or {{βtlfβ}} thereafter.
| Template | Mnemonic | Format differentiation |
|---|---|---|
{{βTlcβ}} |
Template link code | Uses the <code>...</code> tags meant for showing programming code. Essentially the non-linking equivalent of {{Tlx}}. |
{{βTldβ}} |
Template link dialup-host | |
{{βTlfβ}} |
Template link format-normal | Uses proportional-spaced font as is normal for regular text rather than a monospace font as typically used with programming code. Essentially the non-linking equivalent of {{Tlp}}. |
The three names were based on {{Tl}} template link, despite the fact that, unlike the actual {{βTlβ}} template, these three don't include an actual link. The mnemonics for {{βTldβ}} and {{βTlfβ}} were invented after the fact, since the template creator used the single letters still available rather than the preferred {{βTltβ}} (using <tt>) and {{βTlnβ}} (using "normal", non-coded text style) monikers.
Basic operation
[πΉπ½πΌπ°πΉπ³πΎπ°π½]Here is how these templates look. Code is to the left; actual rendering to the right:
{{βTlcβ|βnameβ|βparametersβ}}={{βnameβ|βparametersβ}}{{βTldβ|βnameβ|βparametersβ}}= ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tlg{{βTlfβ|βnameβ|βparametersβ}}= {{name|parameters}}
Use with editprotected templates
[πΉπ½πΌπ°πΉπ³πΎπ°π½]Most Wikipedia users and even editors will have little or no need for use (or knowledge) of these templates. You will find them of more use if you are a writer or documenter of templates. However, editors may be pointed here when attempting to deal with edit requests on pages which have been protected in some way.
Pages which have been protected can't be edited by every user, but would-be editors can request specific changes on the corresponding Discussion page. An editor requesting a change to a semi-protected page, for example, would add the {{Editsemiprotected}} template, followed by their request, to the Talk page. The {{βEditsemiprotectedβ}} template expands to a texty notice which includes the instruction "Replace the {{βEditsemiprotectedβ}} template with {{βTlfβ|βEditsemiprotectedβ}} when the request has been accepted or rejected." An empowered editor acting on the request would then change the template per this instruction.
The desired effect is to replace the {{βEditsemiprotectedβ}} template (with its big, eye-catching box of information) by the name of the template, merely showing that the template had been there, and acted upon. The use of the {{βTlfβ}} template means that the template should appear in a normal, proportional font-face, as in "{{Editsemiprotected}}".
Documentation
[πΉπ½πΌπ°πΉπ³πΎπ°π½]Functional details
[πΉπ½πΌπ°πΉπ³πΎπ°π½]- This template takes another template-name and some associated pipe-tricked (numbered) parameters (or 'pass parameters'), and displays them as an 'example demonstration' of how the template-name template could be coded, literally. Its primary use is in instruction and documentation.
- Specifics here???
- Features of
{{βTlcβ}},{{βTldβ}}and{{βTlfβ}}:- They show a template name and up to eight parameters.
- They also show empty parameters. (See examples hereafter.)
- They prevent line wraps in their output.
{{βTlcβ|βTemplateβ|βfirst_parameterβ|βsecondβ|βthirdβ|βfourthβ|β...β|βeighthβ}} β {{βTemplateβ|βfirst_parameterβ|βsecondβ|βthirdβ|βfourthβ|βfifthβ|βsixthβ|βseventhβ|βeighthβ}}
{{βTldβ|βTemplateβ|βfirst_parameterβ|βsecondβ|βthirdβ|βfourthβ|β...β|βeighthβ}} β ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tlg
{{βTlfβ|βTemplateβ|βfirst_parameterβ|βsecondβ|βthirdβ|βfourthβ|β...β|βeighthβ}} β {{Template|first_parameter|second|third|fourth|fifth|sixth|seventh|eighth}}
Examples
[πΉπ½πΌπ°πΉπ³πΎπ°π½]Note: Wikitables make the <code></code> tags transparent, unfortunately, so the "code colouring" is missing in these examples.
| Code | Result | Comment |
|---|---|---|
{{βTlcβ}} |
{{βTlcβ|β...β}} |
Shows its own syntax. |
{{βTlcβ|βNameβ}} |
{{βNameβ}} |
|
{{βTlcβ|βNameβ|βoneβ}} |
{{βNameβ|βoneβ}} |
|
{{βTlcβ|βNameβ|βoneβ|βtwoβ}} |
{{βNameβ|βoneβ|βtwoβ}} |
|
{{Tlc|Name|a|b|c|d|e|f|g|h|i|j}} |
{{βNameβ|βaβ|βbβ|βcβ|βdβ|βeβ|βfβ|βgβ|βhβ}} |
Shows up to eight parameters. The rest are dropped. |
{{βTlcβ|βNameβ|ββ|ββ|βthreeβ|βfourβ}} |
{{βNameβ|ββ|ββ|βthreeβ|βfourβ}} |
Also shows empty parameters. |
{{βTlcβ|βNameβ|ββ|ββ|βthreeβ|ββ|ββ}} |
{{βNameβ|ββ|ββ|βthreeβ|ββ|ββ}} |
Even shows empty parameters that come in the end. |
{{βTlcβ|βNameβ|βone=aβ|βtwo=bβ}} |
{{βNameβ}} |
The use of equal signs is a problem, but there is a fix; see next row. |
{{βTlcβ|βNameβ|βone{{=}}aβ|βtwo{{=}}bβ}} |
{{βNameβ|βone=aβ|βtwo=bβ}} |
Use {{=}} in place of an equal sign, so that it gets rendered properly. |
{{βTlcβ|βNameβ|β{{IPA|/tΚ/}}β|βtwoβ}} |
{{βTlcβ|βNameβ|βππ°πΏππ°πΌπ΄π»π΄πΉπ½π:IPAβ|βtwoβ}} |
Nested template calls also cause problems ... |
{{Tlc|Name|{{tlf|IPA|/tΚ/}}|two}} |
{{βTlcβ|βNameβ|β{{IPA|/tΚ/}}β|βtwoβ}} |
... but there are ways to get around this issue, also. |
{{Tlc|Name|{{((}}IPA{{!}}/tΚ/{{))}}|two}} |
{{βTlcβ|βNameβ|β{{IPA|/tΚ/}}β|βtwoβ}} |
... another way to do the same thing, using {{((}}, {{!}} and {{))}} to insert literal {{, | and }}, respectively. |
An alternative to using constructs such as {{=}} and {{Tlf|...}} to prevent characters from getting interpreted syntactically is to use <code><nowiki>...</nowiki></code>, which will prevent all characters from being interpreted. For example, in place of
{{Tlc|Name|one{{=}}{{tlf|IPA|/tΚ/}}|two}}
you can use
<code><nowiki>{{Name|one={{IPA|/tΚ/}}|two}}</nowiki></code>
Both render as
{{Name|one={{IPA|/tΚ/}}|two}}
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>.
Here are the codes to emulate {{βTlfβ}}, {{βTldβ}} and {{βTlcβ}} using <nowiki>:
| Using templates: | Using <nowiki>: |
Rendered result: |
|---|---|---|
{{Tlf|Name|one{{=}}a|two{{=}}b}} |
<nowiki>{{Name|one=a|two=b}}</nowiki> |
{{Name|one=a|two=b}} |
{{Tld|Name|one{{=}}a|two{{=}}b}} |
<code><nowiki>{{Name|one=a|two=b}}</nowiki></code> |
{{Name|one=a|two=b}} |
{{Tlc|Name|one{{=}}a|two{{=}}b}} |
<code><nowiki>{{Name|one=a|two=b}}</nowiki></code> |
{{Name|one=a|two=b}} |
See also
[πΉπ½πΌπ°πΉπ³πΎπ°π½]General-purpose formatting
[πΉπ½πΌπ°πΉπ³πΎπ°π½]| Link style β | Linked | Unlinked | Linked with subst | Linked including braces | Linked with alternativeΒ text | |
|---|---|---|---|---|---|---|
| Text style β | β {{tlg}} options1 β |
N/A | nolink=yes |
subst=yes |
braceinside=yes |
alttext=Foo2=Foo |
| Normal | N/A | {{Tlg}}1, 2{{Tl}}{{Tlp}}2{{Tlu}}4 |
{{Tlf}}2 |
{{Tls}}{{Tlsp}} |
{{Tn}} |
{{Tla}} |
Code |
code=yes ortt=yes |
{{Tlx}}{{Tltt}}{{Tltt2}} |
{{Tlc}}2{{Tld}}2{{Tnull}} |
{{Tlxs}}{{Tltts}}{{Tltts3}}{{Tltss}}3 |
N/A | |
| Bold | bold=yes |
{{Tlb}} |
N/A | |||
Bold code |
bold=yes|code=yes |
{{Tlxb}} | ||||
Italic code |
italic=yes|code=yes |
{{Tlxi}} | ||||
- 1
{{Tlg}}is the most general, allowing any combination of text style and/or link style options. - 2 Prevents wrapping of text by placing it inside
<span class="nowrap">...</span>tags. - 3 Uses monospace font but not
<code>...</code>. - 4 Allows links to templates in any namespace.
Other formatting templates
[πΉπ½πΌπ°πΉπ³πΎπ°π½]| Code example | Effect | Notes |
|---|---|---|
{{Tl2|Hatnote|lang=fr}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tl2 | Supports linking to sister projects (e.g., fr:Hatnote) |
{{Tlu|User:Ahunt/SSHFS}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tlu | Supports linking to any namespace |
{{Xpd|Hatnote|Some hatnote text}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Xpd | Shows code, example and a link to expand the template code |
{{Para|title|<var>book title</var>}} | |title=book title | Formats template parameters for display, with or without values |
With utility links
[πΉπ½πΌπ°πΉπ³πΎπ°π½]| Code example | Effect |
|---|---|
{{Lts|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Lts |
{{T links|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:T links |
{{Tfd links|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tfd links |
{{Tiw|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tiw |
{{Tltt|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tltt |
{{Tetl|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tetl |
{{Tsetl|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tsetl |
{{Ti|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Ti |
{{Tic|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tic |
{{Tiw|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tiw |
{{Tlt|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Tlt |
{{Ttl|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Ttl |
{{Twlh|Hatnote}} | ππ°πΏππ°πΌπ΄π»π΄πΉπ½π:Twlh |