<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ATlp%2Fdoc</id>
	<title>Sjabloon:Tlp/doc - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Sjabloon%3ATlp%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Tlp/doc&amp;action=history"/>
	<updated>2026-04-28T07:22:04Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Tlp/doc&amp;diff=367&amp;oldid=prev</id>
		<title>Ahenket: Nieuwe pagina aangemaakt met &#039;{{Documentation subpage}} &lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&gt; {{high-use| 30,000+ }}   This is the {{Tl|Tlp}} or &#039;&#039;&#039;template li...&#039;</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Sjabloon:Tlp/doc&amp;diff=367&amp;oldid=prev"/>
		<updated>2013-07-17T08:45:46Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;{{Documentation subpage}} &amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt; {{high-use| 30,000+ }}   This is the {{Tl|Tlp}} or &amp;#039;&amp;#039;&amp;#039;template li...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
{{high-use| 30,000+ }}&lt;br /&gt;
 &lt;br /&gt;
This is the {{Tl|Tlp}} or &amp;#039;&amp;#039;&amp;#039;template link with parameters&amp;#039;&amp;#039;&amp;#039; template.&lt;br /&gt;
 &lt;br /&gt;
It can be used in documentation and talk page discussions to show how a template name would be used in code.&lt;br /&gt;
 &lt;br /&gt;
Here is how this template looks. Code to the left and actual rendering to the right:&lt;br /&gt;
 &lt;br /&gt;
:{{Tlc|Tlp|name|parameters}} = {{Tlp|name|parameters}}&lt;br /&gt;
 &lt;br /&gt;
Features of {{Tlp|Tlp}}:&lt;br /&gt;
* It shows a template name with a link to that template.&lt;br /&gt;
* It shows up to eight parameters.&lt;br /&gt;
* It also shows empty parameters. (See examples below.)&lt;br /&gt;
* It prevents [[line wrap]]s in its output.&lt;br /&gt;
* It uses normal text style. (While for instance {{Tlx|Tlx}} uses {{tag|code}} text style.)&lt;br /&gt;
 &lt;br /&gt;
This template belongs to a whole family of similar templates. See the [[#See also|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|Tl}}, {{Tlp|Tlp}} or {{Tlx|Tlx}}, and then use {{Tlf|Tlf}}, {{Tld|Tld}} or {{Tlc|Tlc}}.&lt;br /&gt;
 &lt;br /&gt;
=== Examples ===&lt;br /&gt;
 &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Code !! Result !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp}} || {{tlp}} || Shows its own syntax.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name}} || {{tlp|name}} ||&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|first}} || {{tlp|name|first}} ||&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|first|last}} || {{tlp|name|first|last}} ||&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|a|b|c|d|e|&amp;lt;nowiki&amp;gt;f|g|h|i|&amp;lt;/nowiki&amp;gt;j}} || {{tlp|name|a|b|c|d|e|f|g|h|i|j}} || Shows up to &amp;#039;&amp;#039;eight&amp;#039;&amp;#039; parameters. The rest are dropped.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|||three|four}} || {{tlp|name|||three|four}} || Also shows empty parameters.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|||three||}} || {{tlp|name|||three||}} ||Even shows empty parameters that come at the end.&lt;br /&gt;
|- style=&amp;quot;color: red;&amp;quot;&lt;br /&gt;
| {{tlc|tlp|name|3=first=a|4=last=b}} || {{tlp|name|first=a|last=b}} || Equal signs are a problem, but there are a couple ways to fix:&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|3=2=first=a|4=3=last=b}} || {{tlp|name|2=first=a|3=last=b}} || Use numbered parameters to fix it. Here, parameter &amp;quot;{{para|2}}&amp;quot; is assigned the string &amp;quot;first{{=}}a&amp;quot;. Start with #2, since &amp;quot;name&amp;quot; is already in the &amp;quot;{{para|1}}&amp;quot; slot. Note that &amp;#039;&amp;#039;all&amp;#039;&amp;#039; subsequent parameters after a numbered parameter &amp;#039;&amp;#039;must also&amp;#039;&amp;#039; be numbered.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|3=first&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;a|4=last&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;b}} || {{tlp|name|first{{=}}a|last{{=}}b}} || Or, simply use, &amp;quot;&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;&amp;quot;, the equal-sign template, to &amp;quot;escape&amp;quot; the symbol.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|3=2=1=a|4=3=2=b}} || {{tlp|name|2=1=a|3=2=b}} || Both techniques also work with numbered positional parameters (e.g.: &amp;quot;{{para|1}}&amp;quot;, &amp;quot;{{para|2}}&amp;quot;).&lt;br /&gt;
|- style=&amp;quot;color: red;&amp;quot;&lt;br /&gt;
| {{tlc|tlp|name|3=2=1=a|4=last&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;b}} || {{tlp|name|2=1=a|last{{=}}b}} || The named parameter (&amp;quot;{{para|last}}&amp;quot;) clobbered the prior one (&amp;quot;{{para|2}}&amp;quot;).  Again, &amp;#039;&amp;#039;&amp;#039;all&amp;#039;&amp;#039;&amp;#039; subsequent parameters after a numbered parameter &amp;#039;&amp;#039;must also&amp;#039;&amp;#039; be numbered...&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|tlp|name|3=2=1=a|4=3=last=b}} || {{tlp|name|2=1=a|3=last=b}} || ... but that&amp;#039;s easy to fix, by adding the position number (&amp;quot;{{para|3}}&amp;quot;) to the last parameter.&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
=== See also ===&lt;br /&gt;
{{Tl-nav}}&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Typing-aid templates]]&lt;br /&gt;
[[Category:Internal link templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ahenket</name></author>
	</entry>
</feed>