<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://blackwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2.31.247.111&amp;*</id>
	<title>blackwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://blackwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2.31.247.111&amp;*"/>
	<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Special:Contributions/2.31.247.111"/>
	<updated>2026-05-17T07:38:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Tl/doc&amp;diff=227914</id>
		<title>Template:Tl/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Tl/doc&amp;diff=227914"/>
		<updated>2020-06-24T11:12:12Z</updated>

		<summary type="html">&lt;p&gt;2.31.247.111: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also:&lt;br /&gt;
Follow me on TikTok @esthermpagi [[Wikipedia:Wikidata]]). --&amp;gt;&lt;br /&gt;
{{redirect-distinguish|Template:TI|Template:Ti}}{{Template shortcut|T}}&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}} | Template:Tl | {{High-risk| 4570631 |all-pages = yes}} {{used in system}} }}&lt;br /&gt;
The '''follow me on TikTok @esthermpagi ''' 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 the name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a template by name without invoking it. &lt;br /&gt;
&lt;br /&gt;
Note that this template may be used under the name &amp;quot;tee-el&amp;quot; (tl) as well as &amp;quot;tee-one&amp;quot; (t1)— both function the same way and produce the same results. This is not true for all such visually confusing templates containing a possible 1/l mix-up:  and  are not interchangeable.&lt;br /&gt;
&lt;br /&gt;
'''{{tl|Tla}}''' works exactly like {{tl|tl}} with the addition of optionally displaying '''a'''lternative label text (link label).   '''{{tl|tlg}}''' can include the use of parameters in the template (as  &amp;lt;nowiki&amp;gt;{{{1}}}&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
&amp;quot;description&amp;quot;: &amp;quot;This template displays 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.&amp;quot;,&lt;br /&gt;
&amp;quot;params&amp;quot;: {&lt;br /&gt;
  &amp;quot;1&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;template name&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;positional parameter: the template name without the namespace prefix “Template:”, which is added automatically&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: true&lt;br /&gt;
  }&lt;br /&gt;
}}&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More complex variations are described below.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
A short example of its use is:&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;
:which generates&lt;br /&gt;
::{{tl|Example}}&lt;br /&gt;
&lt;br /&gt;
Other longer examples:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Result&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl|Void}}&lt;br /&gt;
| {{tl|Void}}&lt;br /&gt;
| Standard usage&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tls|Example}}&lt;br /&gt;
| {{tls|Example}}&lt;br /&gt;
| For templates that should be [[Wikipedia:Substitution|substituted]]&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl2|X1}}&lt;br /&gt;
| {{tl2|X1}}&lt;br /&gt;
| This formats the link to show how it would look in code (i.e., monospace font)&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl2|sister{{=}}M:|3x}}&lt;br /&gt;
| &amp;lt;code&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;/code&amp;gt;&lt;br /&gt;
| Same as above, for templates on another Wikimedia project (in this example, Meta, using '''&amp;lt;code&amp;gt;m:&amp;lt;/code&amp;gt;'''). See [[Help:Interwiki_linking#Prefix_codes_for_linking_to_Wikimedia_sister_projects|Interwiki codes]].&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl2|sister{{=}}wikibooks|lang{{=}}de:|WP}}&lt;br /&gt;
| &amp;lt;code&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;/code&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;
| For templates on another language project&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl|&amp;lt;nowiki&amp;gt;1==&amp;lt;/nowiki&amp;gt;)}}&lt;br /&gt;
| {{tl|1==)}}&lt;br /&gt;
| Use the format &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl|1=templatename}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; if the template contains template coding characters such as {{tl|1==)}} or {{tl|1=!}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tiw|tl2}}&lt;br /&gt;
* {{tiw|tl}}&lt;br /&gt;
* {{tiw|tlp}} to produce a [t]emplate [l]ink with single [p]arameter.&lt;br /&gt;
* {{tiw|tlx}} to produce a [t]emplate [l]ink with e[x]tended number of parameters.&lt;br /&gt;
* {{tiw|tlsp}} to produce a [t]emplate [l]ink that's [[Wikipedia:Substitution|[s]ubst:]]ituted, with a single [p]arameter.&lt;br /&gt;
* {{tiw|lts}}&lt;br /&gt;
* {{tiw|tlu}}, tl or tlp in any [[Wikipedia:Namespaces|namespace]].&lt;br /&gt;
* {{lcs|Internal template-link templates}}&lt;br /&gt;
* {{tiw|xpd}} to e[xp]an[d] (i.e. demonstrate) a template ''in situ''.&lt;br /&gt;
&lt;br /&gt;
&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 go below this line, please; interwikis go to Wikidata, thank you! --&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>2.31.247.111</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Tl/doc&amp;diff=227913</id>
		<title>Template:Tl/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Tl/doc&amp;diff=227913"/>
		<updated>2020-06-24T11:11:25Z</updated>

		<summary type="html">&lt;p&gt;2.31.247.111: /* TemplateData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also:&lt;br /&gt;
Follow me on TikTok @esthermpagi [[Wikipedia:Wikidata]]). --&amp;gt;&lt;br /&gt;
{{redirect-distinguish|Template:TI|Template:Ti}}{{Template shortcut|T}}&lt;br /&gt;
{{#ifeq:{{FULLPAGENAME}} | Template:Tl | {{High-risk| 4570631 |all-pages = yes}} {{used in system}} }}&lt;br /&gt;
The '''template link''' 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 the name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a template by name without invoking it. &lt;br /&gt;
&lt;br /&gt;
Note that this template may be used under the name &amp;quot;tee-el&amp;quot; (tl) as well as &amp;quot;tee-one&amp;quot; (t1)— both function the same way and produce the same results. This is not true for all such visually confusing templates containing a possible 1/l mix-up:  and  are not interchangeable.&lt;br /&gt;
&lt;br /&gt;
'''{{tl|Tla}}''' works exactly like {{tl|tl}} with the addition of optionally displaying '''a'''lternative label text (link label).   '''{{tl|tlg}}''' can include the use of parameters in the template (as  &amp;lt;nowiki&amp;gt;{{{1}}}&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;{&lt;br /&gt;
&amp;quot;description&amp;quot;: &amp;quot;This template displays 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.&amp;quot;,&lt;br /&gt;
&amp;quot;params&amp;quot;: {&lt;br /&gt;
  &amp;quot;1&amp;quot;: {&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;template name&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;positional parameter: the template name without the namespace prefix “Template:”, which is added automatically&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;,&lt;br /&gt;
    &amp;quot;required&amp;quot;: true&lt;br /&gt;
  }&lt;br /&gt;
}}&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More complex variations are described below.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
A short example of its use is:&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;
:which generates&lt;br /&gt;
::{{tl|Example}}&lt;br /&gt;
&lt;br /&gt;
Other longer examples:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Result&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl|Void}}&lt;br /&gt;
| {{tl|Void}}&lt;br /&gt;
| Standard usage&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tls|Example}}&lt;br /&gt;
| {{tls|Example}}&lt;br /&gt;
| For templates that should be [[Wikipedia:Substitution|substituted]]&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl2|X1}}&lt;br /&gt;
| {{tl2|X1}}&lt;br /&gt;
| This formats the link to show how it would look in code (i.e., monospace font)&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl2|sister{{=}}M:|3x}}&lt;br /&gt;
| &amp;lt;code&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;/code&amp;gt;&lt;br /&gt;
| Same as above, for templates on another Wikimedia project (in this example, Meta, using '''&amp;lt;code&amp;gt;m:&amp;lt;/code&amp;gt;'''). See [[Help:Interwiki_linking#Prefix_codes_for_linking_to_Wikimedia_sister_projects|Interwiki codes]].&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl2|sister{{=}}wikibooks|lang{{=}}de:|WP}}&lt;br /&gt;
| &amp;lt;code&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;/code&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;
| For templates on another language project&lt;br /&gt;
|-&lt;br /&gt;
| {{tlx|tl|&amp;lt;nowiki&amp;gt;1==&amp;lt;/nowiki&amp;gt;)}}&lt;br /&gt;
| {{tl|1==)}}&lt;br /&gt;
| Use the format &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl|1=templatename}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; if the template contains template coding characters such as {{tl|1==)}} or {{tl|1=!}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tiw|tl2}}&lt;br /&gt;
* {{tiw|tl}}&lt;br /&gt;
* {{tiw|tlp}} to produce a [t]emplate [l]ink with single [p]arameter.&lt;br /&gt;
* {{tiw|tlx}} to produce a [t]emplate [l]ink with e[x]tended number of parameters.&lt;br /&gt;
* {{tiw|tlsp}} to produce a [t]emplate [l]ink that's [[Wikipedia:Substitution|[s]ubst:]]ituted, with a single [p]arameter.&lt;br /&gt;
* {{tiw|lts}}&lt;br /&gt;
* {{tiw|tlu}}, tl or tlp in any [[Wikipedia:Namespaces|namespace]].&lt;br /&gt;
* {{lcs|Internal template-link templates}}&lt;br /&gt;
* {{tiw|xpd}} to e[xp]an[d] (i.e. demonstrate) a template ''in situ''.&lt;br /&gt;
&lt;br /&gt;
&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 go below this line, please; interwikis go to Wikidata, thank you! --&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>2.31.247.111</name></author>
		
	</entry>
</feed>