ଛାଞ୍ଚ:Tlp
{{tlp|...}}
This is the {{Tlp}} or template link with parameters 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:
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. (While for instance
{{tlx}}
uses teletype 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. Then on the first occurrence of a template name use {{Tl}}, {{Tlp}} or {{tlx}}
, and then use {{Tlf}}, ଛାଞ୍ଚ:Tld or ଛାଞ୍ଚ:Tlc.
Examples
ସମ୍ପାଦନାCode | Result | Comment |
---|---|---|
ଛାଞ୍ଚ:Tlc | {{tlp|...}} | Shows its own syntax. |
ଛାଞ୍ଚ:Tlc | {{name}} | |
ଛାଞ୍ଚ:Tlc | {{name|one}} | |
ଛାଞ୍ଚ:Tlc | {{name|one|two}} | |
{{tlp|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}} | Also shows empty parameters. |
ଛାଞ୍ଚ:Tlc | {{name|||three||}} | Even shows empty parameters that come in the end. |
ଛାଞ୍ଚ:Tlc | {{name}} | Equal signs is a problem, but there is a fix. |
ଛାଞ୍ଚ:Tlc | {{name|one=a|two=b}} | Use numbered parameters to fix it. Remember to start from 2, since the "name" is number 1. |
If you have equal signs in your template parameters then some find it simpler to code it using <nowiki>
tags, or the =
or =
character references. Here's how to do that. Code to the left and actual rendering to the right:
See also
ସମ୍ପାଦନାLink Style | Linked | Unlinked | Linked with subst: | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text Style | {{tlg}} option
|
-- | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=FOO
|
Normal | -- | {{tl}} , {{tlp}} ; {{tlg}}
|
{{tlf}}
|
{{tls}} , {{tlsp}}
|
{{tn}}
|
{{tla}}
|
Bold | bold=yes
|
{{tlb}}
|
||||
Teletype | tt=yes
|
{{tlx}}
|
{{tld}}
|
{{tlxs}}
|
||
Bold Teletype | bold=yes|tt=yes
|
{{tlxb}}
|
||||
Italic Teletype | italic=yes|tt=yes
|
{{tlxi}}
|
||||
Code
|
code=yes
|
{{tlc}}
|
{{tlg}}
is the most general, allowing any combination of the above options.