Jump to content

සැකිල්ල:Template link with parameters/උපදෙස්

Wikibooks වෙතින්
කෙටි මග:
{{tlp}}

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:

{{tlp|name|parameters}} = {{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 {{tlf}}, {{tlc}} or {{tld}}.

උදාහරණ

[සංස්කරණය]
Code Output Comments
{{tlp}} {{සැකිල්ල:Template link with parameters/උපදෙස්}} Shows its own syntax.
{{tlp|name}} {{name}}
{{tlp|name|first}} {{name|first}}
{{tlp|name|first|last}} {{name|first|last}}
{{tlp|name|a|b|c|d|e|f|g|h|i|j}} {{name|a|b|c|d|e|f|g|h|i|j}} Shows up to eight parameters. The rest are dropped.
{{tlp|name|three|four}} {{name|three|four}} Also shows empty parameters.
{{tlp|name|three}} {{name|three}} Even shows empty parameters that come at the end.
{{tlp|name|first=a|last=b}} {{name}} Equal signs are a problem, but there are a couple ways to fix:
{{tlp|name|2=first=a|3=last=b}} {{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.
{{tlp|name|first{{=}}a|last{{=}}b}} {{name|first=a|last=b}} Or, simply use, "{{=}}", the equal-sign template, to "escape" the symbol.
{{tlp|name|2=1=a|3=2=b}} {{name|1=a|2=b}} Both techniques also work with numbered positional parameters (e.g.: "|1=", "|2=").
{{tlp|name|2=1=a|last{{=}}b}} {{name|last=b}} The named parameter ("|last=") clobbered the prior one ("|2="). Again, all subsequent parameters after a numbered parameter must also be numbered...
{{tlp|name|2=1=a|3=last=b}} {{name|1=a|last=b}} ... but that's easy to fix, by adding the position number ("|3=") to the last parameter.

අමතර අවධානයට

[සංස්කරණය]

General-purpose formatting

[සංස්කරණය]
Comparison of template-linking templates according to the styles of generated text and link produced
Text style ↓ {{tlg}} options[Note 1]
to achieve text style
Link style
Linked Unlinked Linked with subst Unlinked with subst Linked including braces Linked with alternative text
{{tlg}} options[Note 1]
to achieve link style
N/A DEFAULT
XML Example
XML Example
nolink=yes|subst=yes
XML Example
XML Example

XML Example
normal DEFAULT {{tlg}}[Note 1]
{{tl}}
{{tlp|1|2|...}}[Note 2]
{{Template:tlu}}[Note 3]
{{tlf}}[Note 2]
<template link>
{{subst:tls}}
  1. REDIRECT Template:Template link universal with subst
[Note 3]
{{subst:tlsf}}[Note 2]
<template link>
{{tn}} {{tla}}
code
XML Example
{{tl2}}
{{tlx}}
{{Template:tlxu}}[Note 3]
{{tlc}}[Note 2]
<template link>
{{tnull}}<template link>
{{subst:tlxs}} {{subst:tlsc}}[Note 2]
<template link>
N/A
monospace
XML Example
[Note 4]
N/A {{subst:tltss}}[Note 5] N/A
kbd
XML Example
[Note 5]
bold
XML Example
{{tlb}} N/A
bold+code bold=yes|code=yes
  1. REDIRECT Template:Template link expanded with bold
italic+code italic=yes|code=yes {{tlxi}}
  1. 1.0 1.1 1.2 {{tlg}} is the most general template, allowing any combination of text style and/or link style options.
  2. 2.0 2.1 2.2 2.3 2.4 Prevents wrapping of text by placing it inside <span class="nowrap">...</span> tags.
  3. 3.0 3.1 3.2 Allows links to templates in any namespace.
  4. {{tlg|plaincode=yes}} uses <code style="border:none; background-color:transparent;">...</code>.
  5. 5.0 5.1 Displays monospaced font using <span style="font-family:monospace;">...</span>.

Other formatting templates

[සංස්කරණය]
Templates producing specialised formatting effects for given templates, modules or parameters
Code example Effect Notes
{{Tj|Hatnote|Some text|selfref: yes|category: no|lang: fr}}
{{Hatnote
| Some text
| selfref = yes
| category = no
| lang = fr
}}
Supports colors, placeholder texts, named and unnamed parameters
<syntaxhighlight lang="wikitext">
{{Hatnote
   | Some text
   | selfref = yes
   | category = no
   | lang = fr
}}
</syntaxhighlight>
{{Hatnote
    | Some text
    | selfref = yes
    | category = no
    | lang = fr
}}
Same as above
{{Tji|Hatnote|Some text|selfref: yes|category: no|lang: fr}} සැකිල්ල:Tji Supports colors, placeholder texts, named and unnamed parameters
<syntaxhighlight lang="wikitext" inline>{{Hatnote|Some text|selfref=yes|category=no|lang=fr}}</syntaxhighlight> {{Hatnote|Some text|selfref=yes|category=no|lang=fr}} Same as above
{{tl2|Hatnote|lang=fr}} {{hatnote}} Supports linking to sister projects (e.g., fr:Hatnote)
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}}
{{hatnote|lang=fr|Some text}}
Shows code and example
{{tln|Hatnote}}
  1. REDIRECT Template:Template link normal
|| Produces a normal link to the template
{{elc|Template:Hatnote}}
{{elc|Template:Hatnote|Hatnote}}
  1. REDIRECT Template:Example link code

  1. REDIRECT Template:Example link code
|| Formats wikilink, with optional piped link text and blended suffix
{{ml|Example|hello}}
  1. REDIRECT Template:Module link
|| Counterpart to {{tl}} for linking to Lua modules
{{mfl|Example|hello}}
  1. REDIRECT Template:Module function link
|| Similar to {{ml}}, but expects the function to be documented and creates a link to the corresponding section
{{mlx|Example|hello}} {{#invoke:Example|hello}} Counterpart to {{tlx}} for linking to Lua modules
{{ml-lua|Module:Example}}
  1. REDIRECT Template:Module link lua
|| Link to Lua modules and built-in libraries, showing Lua code.
{{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}}
  1. REDIRECT Template:WikiData template link
|| Wikidata counterpart to {{tl}}
{{pf|if}}
{{pf|if|{{{1}}}|true|false}}
  1. REDIRECT Template:ParserFunction

  1. REDIRECT Template:ParserFunction
|| Parser function equivalent to {{tl}}
{{magic word|uc:}} {{uc:}} Magic word links
[සංස්කරණය]
Templates producing utility links for a given template (Hatnote used here as example)
Code example Effect
{{lt|Hatnote}}
  1. REDIRECT Template:Template links
{{lts|Hatnote}}
  1. REDIRECT Template:Template links short
{{t links|Hatnote}} {{Hatnote}} (edit talk history links # /subpages /doc /doc edit /sbox /sbox diff /test)
{{tfd links|Hatnote}} අක්ෂර දෝෂය: සැබෑ මොඩියුලක් නොමැත.
{{tetl|Hatnote}} {{Hatnote}}
links talk edit
{{tsetl|Hatnote}} {{subst:Hatnote}}
 links talk edit
{{ti|Hatnote}}
  1. REDIRECT Template:Template information
{{tic|Hatnote}}
  1. REDIRECT Template:Template information compact
{{tim|Hatnote}} සැකිල්ල:Tim
{{tiw|Hatnote}}
  1. REDIRECT Template:Template link interwiki 2
{{tlt|Hatnote}}
  1. REDIRECT Template:Template link talk
{{ttl|Hatnote}}
  1. REDIRECT Template:Template link with Whatlinkshere
{{twlh|Hatnote}}
  1. REDIRECT Template:Template link with Whatlinkshere