Wikisage is op 1 na de grootste internet-encyclopedie in het Nederlands. Iedereen kan de hier verzamelde kennis gratis gebruiken, zonder storende advertenties. De Koninklijke Bibliotheek van Nederland heeft Wikisage in 2018 aangemerkt als digitaal erfgoed.
- Wilt u meehelpen om Wikisage te laten groeien? Maak dan een account aan. U bent van harte welkom. Zie: Portaal:Gebruikers.
- Bent u blij met Wikisage, of wilt u juist meer? Dan stellen we een bescheiden donatie om de kosten te bestrijden zeer op prijs. Zie: Portaal:Donaties.
Sjabloon:Tlp: verschil tussen versies
(gevonden in het tabel of in de text?) |
(Het zit in de tabel) |
||
Regel 29: | Regel 29: | ||
=== Examples === | === Examples === | ||
If you have equal signs in your template parameters then some find it simpler to code it using <code><nowiki></code> tags, or the <code>&#61;</code> or <code>&#x3D;</code> character references. Here's how to do that. Code to the left and actual rendering to the right: | |||
:<code><nowiki>{{tlp|name|<nowiki>one=a|two=b</nowiki>}}</nowiki></code> = {{tlp|name|<nowiki>one=a|two=b</nowiki>}} | |||
:{{tlc|tlp|name|one&#61;a|two&#61;b}} = {{tlp|name|one=a|two=b}} | |||
=== See also === | === See also === | ||
{{tl|Tl-nav}} | {{tl|Tl-nav}} |
Versie van 19 mrt 2012 14:25
{{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:
{{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. (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
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:
{{tlp|name|<nowiki>one=a|two=b</nowiki>}}
= {{name|one=a|two=b}}{{tlp|name|one=a|two=b}}
= {{name|one=a|two=b}}
See also
{{Tl-nav}}