<?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%3AUtlp%2Fdoc</id>
	<title>Template:Utlp/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%3AUtlp%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Utlp/doc&amp;action=history"/>
	<updated>2026-04-12T14:39:28Z</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:Utlp/doc&amp;diff=37176&amp;oldid=prev</id>
		<title>Wikipedia&gt;Vanisaac: /* See also */clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Utlp/doc&amp;diff=37176&amp;oldid=prev"/>
		<updated>2020-04-29T07:00:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt;clean up per &lt;a href=&quot;/w/index.php?title=WP:CAT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:CAT (page does not exist)&quot;&gt;WP:CAT#T&lt;/a&gt; and &lt;a href=&quot;/w/index.php?title=WP:AWBREQ&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWBREQ (page does not exist)&quot;&gt;WP:AWBREQ&lt;/a&gt; add template:Sandbox other&lt;/span&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;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|utlp}} or &amp;#039;&amp;#039;&amp;#039;user template link with parameters&amp;#039;&amp;#039;&amp;#039; template.&lt;br /&gt;
&lt;br /&gt;
It is based on the {{tl|tlp}} template, but does not link to template namespace.&lt;br /&gt;
&lt;br /&gt;
It can be used in documentation and talk page discussions to show how a user-space 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|utlp|name|parameters}} = {{utlp|name|parameters}}&lt;br /&gt;
&lt;br /&gt;
Features of {{tlp|utlp}}:&lt;br /&gt;
* It shows a transcluded page name with a link to that page.&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 &amp;lt;code&amp;gt;teletype&amp;lt;/code&amp;gt; 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; style=&amp;quot;background: transparent&amp;quot;&lt;br /&gt;
! Code !! Result !! Comment&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp}} || {{utlp}} || Shows its own syntax.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name}} || {{utlp|name}} || &lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name|one}} || {{utlp|name|one}} || &lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name|one|two}} || {{utlp|name|one|two}} || &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{utlp|name|a|b|c|d|e|f|g|h|i|j}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; || {{utlp|name|a|b|c|d|e|f|g|h|i}} || Shows up to eight parameters. The rest are dropped.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name|||three|four}} || {{utlp|name|||three|four}} || Also shows empty parameters.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name|||three||}} || {{utlp|name|||three||}} || Even shows empty parameters that come in the end.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name|3=one=a|4=two=b}} || {{utlp|name|one=a|two=b}} || Equal signs is a problem, but there is a fix.&lt;br /&gt;
|-&lt;br /&gt;
| {{tlc|utlp|name|3=2=one=a|4=3=two=b}} || {{utlp|name|2=one=a|3=two=b}} || Use numbered parameters to fix it. Remember to start from 2, since the &amp;quot;name&amp;quot; is number 1.&lt;br /&gt;
|}&lt;br /&gt;
If you have equal signs in your template parameters then some find it simpler to code it using &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt; tags, or the &amp;lt;code&amp;gt;&amp;amp;amp;#61;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;amp;#x3D;&amp;lt;/code&amp;gt; character references. Here&amp;#039;s how to do that. Code to the left and actual rendering to the right:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{utlp|name|&amp;amp;lt;nowiki&amp;gt;one=a|two=b&amp;amp;lt;/nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; = {{utlp|name|&amp;lt;nowiki&amp;gt;one=a|two=b&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
:{{tlc|utlp|name|one&amp;amp;amp;#61;a|two&amp;amp;amp;#61;b}} = {{utlp|name|one&amp;amp;#61;a|two&amp;amp;#61;b}}&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
* {{tl|tlc}} – Not linked, several parameters and text in &amp;lt;code&amp;gt;&amp;amp;lt;code&amp;gt;&amp;amp;lt;/code&amp;gt;&amp;lt;/code&amp;gt; style.&lt;br /&gt;
* {{tl|tld}} – Not linked, several parameters and &amp;lt;code&amp;gt;teletype&amp;lt;/code&amp;gt; text style.&lt;br /&gt;
* {{tl|tlf}} – Not linked, several parameters and normal text style.&lt;br /&gt;
&lt;br /&gt;
* {{tl|tl}} –  Template link, no parameters and normal text style.&lt;br /&gt;
* {{tl|tlp}} – Template link, several parameters and normal text style.&lt;br /&gt;
* {{tl|tlx}} – Template link, several parameters and interwiki links, &amp;lt;code&amp;gt;teletype&amp;lt;/code&amp;gt; text style.&lt;br /&gt;
* {{tl|tn}} – Same as {{tlf|tl}}, but shows the braces as part of the link.&lt;br /&gt;
&lt;br /&gt;
* {{utn|utn}} – Also for non-template namespace; same as {{tlf|tl}}, but shows the braces as part of the link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&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>Wikipedia&gt;Vanisaac</name></author>
	</entry>
</feed>