<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xentax.spektr.name:443/index.php?action=history&amp;feed=atom&amp;title=Template%3ATl%2Fdoc</id>
	<title>Template:Tl/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xentax.spektr.name:443/index.php?action=history&amp;feed=atom&amp;title=Template%3ATl%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.xentax.spektr.name:443/index.php?title=Template:Tl/doc&amp;action=history"/>
	<updated>2026-07-18T18:26:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.xentax.spektr.name:443/index.php?title=Template:Tl/doc&amp;diff=56370&amp;oldid=prev</id>
		<title>imported&gt;Dinoguy1000: from wikipedia:Template:Tl/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.xentax.spektr.name:443/index.php?title=Template:Tl/doc&amp;diff=56370&amp;oldid=prev"/>
		<updated>2010-12-08T04:47:10Z</updated>

		<summary type="html">&lt;p&gt;from &lt;a href=&quot;https://en.wikipedia.org/wiki/Template:Tl/doc&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Template:Tl/doc&quot;&gt;wikipedia:Template:Tl/doc&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:47, 8 December 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>imported&gt;Dinoguy1000</name></author>
	</entry>
	<entry>
		<id>https://wiki.xentax.spektr.name:443/index.php?title=Template:Tl/doc&amp;diff=37374&amp;oldid=prev</id>
		<title>imported&gt;Dinoguy1000: from wikipedia:Template:Tl/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.xentax.spektr.name:443/index.php?title=Template:Tl/doc&amp;diff=37374&amp;oldid=prev"/>
		<updated>2010-12-08T04:47:10Z</updated>

		<summary type="html">&lt;p&gt;from &lt;a href=&quot;https://en.wikipedia.org/wiki/Template:Tl/doc&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Template:Tl/doc&quot;&gt;wikipedia:Template:Tl/doc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{high-risk| 1,400,000+ }}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;template link&amp;#039;&amp;#039;&amp;#039; template is a simple [[w:Macro (computer science)|macro]] [[m:Help:template|template]] used to display a template name as a link surrounded by braces, thus showing how the template name would be used in code. Its primary use is in instruction and documentation. A short example is that the code:&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Tl|Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:generates&lt;br /&gt;
&lt;br /&gt;
::{{Tl|Example}}&lt;br /&gt;
&lt;br /&gt;
More complex variations are described below.&lt;br /&gt;
 &lt;br /&gt;
===Related templates===&lt;br /&gt;
{{Tl2|Tl2}} differs in that it displays an arguably clearer result like {{Tlx|Tlx}}, and also takes the named parameters &amp;#039;SISTER=xx&amp;#039; and &amp;#039;LANG=ll&amp;#039;, so that it may also be used to &amp;#039;&amp;#039;list and link to templates on other English and non-English language sister projects&amp;#039;&amp;#039;.&lt;br /&gt;
 &lt;br /&gt;
{{Tlx|Tlx}} displays with the same enhanced presentation, and also expands several &amp;#039;placeholder&amp;#039; parameters to generate a sample template call.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 {{Tl|Template name to display}}&lt;br /&gt;
and&lt;br /&gt;
 {{Tl2|Template name to display}} -- local link, just like Tl.&lt;br /&gt;
 or&lt;br /&gt;
 {{Tl2|SISTER=V:|Template name to display}} -- displays a template on Wikiversity&lt;br /&gt;
 or&lt;br /&gt;
 {{Tl2|LANG=fr.|SISTER=wikisource|Template name to display}} -- displays a template &lt;br /&gt;
                       on the French Wikisource sister project.&lt;br /&gt;
 {{Tl|1==)}} -- use 1= where the template name contains an equals sign (as [[template:=)]] does).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Result&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Tl|X0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| {{[[Template:X0|X0]]}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Tl2|X1}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;[[{{{LANG|}}}{{{SISTER|}}}{{ns:Template}}:X1|X1]]&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Tl2|SISTER=M:|3x}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;[[{{{LANG|}}}M:{{ns:Template}}:3x|3x]]&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Tl2|SISTER=wikibooks|LANG=de:|WP}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;[http://de.wikibooks.org/wiki/Vorlage:WP WP]&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&amp;lt;!---&lt;br /&gt;
----- This is currently a fraudulent output result... the template code needs modified to work&lt;br /&gt;
----- per this plan, then this /doc file fixed up to match whatever the correct syntax actually is.&lt;br /&gt;
----- ALMOST work: &lt;br /&gt;
[[:de:wikibooks:{{ns:template}}:WP|WP]]&lt;br /&gt;
[[de:wikibooks:{{ns:template}}:WP|WP]]&lt;br /&gt;
----&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Tl|1==)}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| {{Tl|1==)}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
*{{Tl|Tl2}} – Template link, up to three parameters and interwiki links.&lt;br /&gt;
*{{Tl|Tlp}} – Template link, with up to eight parameters.&lt;br /&gt;
*{{Tl|Tlx}} – Template link, up to three parameters and interwiki links, plus uses a non-proportional monospaced font.&lt;br /&gt;
*{{Tl|Tlsp}} – Template link, ditto subst&amp;#039;ed.&lt;br /&gt;
*{{Tl|Tlb}} &amp;amp;nbsp; Same as {{Tl|Tl}}, but gives the template name in boldface type (this can be useful when stressing the difference between two similarly named templates). The {{Tl|Tlxb}} variant is the same, except it uses a monospaced non-proportional font instead of regular text.&lt;br /&gt;
*{{Tl|Lts}} – See Lts discussion for more variants.&lt;br /&gt;
*{{Tl|Tlu}} – Like {{Tlx|Tl}} / {{Tlx|Tlp}} for any namespace.&lt;br /&gt;
*{{Tl|Tn}} – Same as tl, but shows the braces as part of the link.&lt;br /&gt;
*{{Tl|Tlc}}, {{Tl|Tld}} and {{Tl|Tlf}} – Template names without links.&lt;br /&gt;
*{{Tl|Tltt}} and {{Tl|Tltt2}} – Template link with tooltip, with no and one parameter respectively.&lt;br /&gt;
*{{Tl|Tlrow}} - For showing templates and their properties in a table&lt;br /&gt;
*{{Tl|Xpd}} – Show live (expanded) example.&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Internal link templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Typing-aid templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Internal link templates|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Dinoguy1000</name></author>
	</entry>
</feed>