Template:Template link with parameters
(Redirected from Template:Tlp)
Jump to navigation
Jump to search
{{[[Template:{{{1}}}|{{{1}}}]]}}
This template is used on approximately 70,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated by Ahechtbot. |
This is the template link with parameters (or {{tlp}}) template.
It can be used in documentation and talk page discussions to show how a template name would be used in code.
Here is how this template looks. Code to the left and actual rendering to the right:
- Template:Tlc = {{name|parameters}}
Features of {{tlp}}:
- It shows a template name with a link to that template.
- It shows up to eight parameters.
- It also shows empty parameters. (See examples below.)
- It prevents line wraps in its output.
- It uses normal text style. ({{tlx}}, for instance, uses
<code>...</code>
text style.)
This template belongs to a whole family of similar templates. See the see also section below for some of them. For instance, when writing documentation you might want to avoid a lot of unnecessary links, since it decreases readability – i.e. on the first occurrence of a template name, use {{tl}}, {{tlp}} or {{Tlx}} and thereafter use Template:Tlg, Template:Tlc or Template:Tlg.
Examples
Code | Output | Comments |
Template:Tlc | {{[[Template:{{{1}}}|{{{1}}}]]}} | Shows its own syntax. |
Template:Tlc | {{name}} | |
Template:Tlc | {{name|first}} | |
Template:Tlc | {{name|first|last}} | |
Template:Tlc | {{name|a|b|c|d|e|f|g|h}} | Shows up to eight parameters. The rest are dropped. |
Template:Tlc | {{name||three|four}} | Also shows empty parameters. |
Template:Tlc | {{name||three|}} | Even shows empty parameters that come at the end. |
Template:Tlc | {{name}} | Equal signs are a problem, but there are a couple ways to fix: |
Template:Tlc | {{name|first=a|last=b}} | Use numbered parameters to fix it. Here, parameter "|2= " is assigned the string "first=a". Start with #2, since "name" is already in the "|1= " slot. Note that all subsequent parameters after a numbered parameter must also be numbered. |
Template:Tlc | {{name|first=a|last=b}} | Or, simply use, "{{=}}", the equal-sign template, to "escape" the symbol. |
Template:Tlc | {{name|1=a|2=b}} | Both techniques also work with numbered positional parameters (e.g.: "|1= ", "|2= "). |
Template:Tlc | {{name|last=b}} | The named parameter ("|last= ") clobbered the prior one ("|2= "). Again, all subsequent parameters after a numbered parameter must also be numbered... |
Template:Tlc | {{name|1=a|last=b}} | ... but that's easy to fix, by adding the position number ("|3= ") to the last parameter. |
See also
General-purpose formatting
Link style → | Linked | Unlinked | Linked with subst | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text style ↓ | ↓ {{tlg}} options1 → | DEFAULT | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=Foo 2=Foo
|
normal | DEFAULT | {{tlg}}1 {{tl}} {{tlp}}2 {{tlu}}3 |
{{tlf}}2 | {{tls}} {{tlsp}} {{tlsu}}3 |
{{tn}} | {{tla}} |
code
|
code=yes
|
{{tl2}} {{tlx}} {{tlxu}}3 |
{{tlc}}2 {{tld}}2 {{tnull}} |
{{tlxs}} | N/A | |
monospace kbd |
plaincode=yes 4kbd=yes 5
|
{{tltt}}5 {{tltt2}}5 |
N/A | {{tltss}}6 | ||
bold | bold=yes
|
{{tlb}} | N/A | |||
bold+code
|
bold=yes|code=yes
|
{{tlxb}} | ||||
italic+code
|
italic=yes|code=yes
|
{{tlxi}} | ||||
|
Other formatting templates
Code example | Effect | Notes |
---|---|---|
{{tl2|Hatnote|lang=fr}} | Template:Tl2 | Supports linking to sister projects (e.g., fr:Hatnote) |
{{tlu|User:Ahunt/SSHFS}} | Template:Tlu | Supports linking to any namespace |
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} | lang=fr|Some text}} |
Shows code and example |
{{xpd|Hatnote|Some hatnote text}} | Template:Xpd | Shows code, example and a link to expand the template code |
{{tln|Hatnote}} | Template:Tln | Produces a normal link to the template |
{{elc|Template:Hatnote}} {{elc|Template:Hatnote|Hatnote}} |
Template:Elc Template:Elc |
Formats wikilink, with optional piped link text and blended suffix |
{{ml|Example|hello}} | Template:Ml | Counterpart to {{tl}} for linking to Lua modules |
{{mlx|Example|hello}} | Template:Mlx | Counterpart to {{tlx}} for linking to Lua modules |
{{para|title|<var>book title</var>}} | title=book title | Formats template parameters for display, with or without values |
{{sclx|LASTING}} | [[WP:LASTING]] |
Takes a shortcut suffix in project namespace and displays it with brackets and the WP: alias in a <code>...</code> tag.
|
{{tag|ref}} {{xtag|templatedata}} |
<ref>...</ref> <templatedata> |
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing |
{{dtl|Ping project}} | Template:Dtl | Wikidata counterpart to {{tl}} |
{{pf|if}} {{pf|if|{{{1}}}|true|false}} |
Template:Pf Template:Pf |
Parser function equivalent to {{tl}} |
With utility links
Code example | Effect |
---|---|
{{lt|Hatnote}} | Template:Lt |
{{lts|Hatnote}} | Template:Lts |
{{t links|Hatnote}} | Hatnote (edit talk history links # /subpages /doc /doc edit /sbox /sbox diff /test) |
{{tfd links|Hatnote}} | Template:Hatnote (edit · talk · history · links · transclusions · logs · subpages · delete) |
{{tltt|Hatnote}} | Template:Tltt |
{{tetl|Hatnote}} | {{Hatnote}} |
{{tsetl|Hatnote}} | {{subst:Hatnote}} |
{{ti|Hatnote}} | Template:Ti |
{{tic|Hatnote}} | Template:Tic |
{{tim|Hatnote}} | m:Template:Hatnote (backlinks edit) |
{{tiw|Hatnote}} | Template:Hatnote (backlinks edit) |
{{tlt|Hatnote}} | Template:Tlt |
{{ttl|Hatnote}} | {{Hatnote}} (t/l) |
{{twlh|Hatnote}} | Template:Twlh |
The above documentation is transcluded from Template:Template link with parameters/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Please add categories to the /doc subpage. Subpages of this template. |