<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ATl7%2Fdoc</id>
	<title>Template:Tl7/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ATl7%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Tl7/doc&amp;action=history"/>
	<updated>2026-04-05T12:34:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Tl7/doc&amp;diff=33581&amp;oldid=prev</id>
		<title>Wikipedia&gt;MJL: not high use :(</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Tl7/doc&amp;diff=33581&amp;oldid=prev"/>
		<updated>2019-04-25T03:57:57Z</updated>

		<summary type="html">&lt;p&gt;not high use :(&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;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
This is the 45th [[:Category:internal template-link templates|internal template-link 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 but also with links.&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|tl7|name|parameters}} = {{tl7|name|parameters}}&lt;br /&gt;
 &lt;br /&gt;
Features of {{tl|tl7}}:&lt;br /&gt;
* It shows a template name with a link to that template.&lt;br /&gt;
* It shows up to &amp;#039;&amp;#039;three&amp;#039;&amp;#039; parameters.&lt;br /&gt;
* It also shows empty parameters. (See examples below.)&lt;br /&gt;
* It uses normal text style. ({{tlx|tlx}}, for instance, uses {{tag|code}} text style.)&lt;br /&gt;
* It links the parameter shown back to the template.&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 the ones that are more popular than {{tlf|tl7}}.&lt;br /&gt;
 &lt;br /&gt;
===Examples===&lt;br /&gt;
{{Aligned table |cols=3 |class=wikitable&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Code&amp;#039;&amp;#039;&amp;#039;                   | &amp;#039;&amp;#039;&amp;#039;Output&amp;#039;&amp;#039;&amp;#039;             | &amp;#039;&amp;#039;&amp;#039;Comments&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 | {{tlc|tl7}}                  | {{tl7}}                  | Shows its own syntax.&lt;br /&gt;
 | {{tlc|tl7|name}}             | {{tl7|name}}             |&lt;br /&gt;
 | {{tlc|tl7|name|first}}       | {{tl7|name|first}}       |&lt;br /&gt;
 | {{tlc|tl7|name|first|last}}  | {{tl7|name|first|last}}  |&lt;br /&gt;
 | {{tlc|tl7|name|a|b|c|d|e|&amp;lt;nowiki&amp;gt;f|g|h|i|&amp;lt;/nowiki&amp;gt;j}} | {{tl7|name|a|b|c|d|e|f|g|h|i|j}} | Shows up to &amp;#039;&amp;#039;three&amp;#039;&amp;#039; parameters. The rest are replaced with &amp;#039;&amp;#039;...&amp;#039;&amp;#039; instead.&lt;br /&gt;
&lt;br /&gt;
 |row7style=color:red;&lt;br /&gt;
 | {{tlc|tl7|name||too|many}}&lt;br /&gt;
 | {{tl7|name||too|many}}&lt;br /&gt;
 | Empty parameters are still treated as if there is something there. There are only two ways to fix this:&lt;br /&gt;
 | {{tlc|tl7|name|&amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt;too|many}}&lt;br /&gt;
 | {{tl7|name|{{!}}too|many}}&lt;br /&gt;
 | Use &amp;lt;nowiki&amp;gt;{{!}}&amp;lt;/nowiki&amp;gt; instead&lt;br /&gt;
 | {{tlc|tl7|name|&amp;amp;#124&amp;amp;#8203;;too|many}}&lt;br /&gt;
 | {{tl7|name|&amp;amp;#124;too|many}}&lt;br /&gt;
 | Use &amp;quot;&amp;amp;#124&amp;amp;#8203;;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 |row10style=color:red;&lt;br /&gt;
 | {{tlc|tl7|name|3=first=a|4=last=b}}&lt;br /&gt;
 | {{tl7|name|first=a|last=b}}&lt;br /&gt;
 | Equal signs are also a problem, but there are a couple ways to fix this:&lt;br /&gt;
 | {{tlc|tl7|name|3=2=first=a|4=3=last=b}}&lt;br /&gt;
 | {{tl7|name|2=first=a|3=last=b}}&lt;br /&gt;
 | 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;
 | {{tlc|tl7|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}}&lt;br /&gt;
 | {{tl7|name|first{{=}}a|last{{=}}b}}&lt;br /&gt;
 | 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;
 | {{tlc|tl7|name|3=2=1=a|4=3=2=b}}&lt;br /&gt;
 | {{tl7|name|2=1=a|3=2=b}}&lt;br /&gt;
 | 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;
&lt;br /&gt;
 |row14style=color:red;&lt;br /&gt;
 | {{tlc|tl7|name|3=2=1=a|4=last&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;b}}&lt;br /&gt;
 | {{tl7|name|&amp;lt;!--2=1=a|--&amp;gt;last{{=}}b}}&lt;br /&gt;
 | 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|tl7|name|3=2=1=a|4=3=last=b}}&lt;br /&gt;
 | {{tl7|name|2=1=a|3=last=b}}&lt;br /&gt;
 | ... 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;
===See also===&lt;br /&gt;
* {{tl|Template link 2}} - the {{tl|tlx}}-version of this template&lt;br /&gt;
* {{tl|Template link with parameters}} - solves the same problem&lt;br /&gt;
&lt;br /&gt;
{{Template-linking templates}}&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Internal template-link templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;MJL</name></author>
	</entry>
</feed>