<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ATlg%2Fdoc</id>
	<title>Vorlage:Tlg/doc - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.verzauberte-welten.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3ATlg%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Vorlage:Tlg/doc&amp;action=history"/>
	<updated>2026-04-05T23:33:07Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Verzauberte Welten e.V.</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://www.verzauberte-welten.de/index.php?title=Vorlage:Tlg/doc&amp;diff=340&amp;oldid=prev</id>
		<title>mw&gt;Oetterer am 11. Oktober 2014 um 07:34 Uhr</title>
		<link rel="alternate" type="text/html" href="https://www.verzauberte-welten.de/index.php?title=Vorlage:Tlg/doc&amp;diff=340&amp;oldid=prev"/>
		<updated>2014-10-11T07:34:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
== Explanation ==&lt;br /&gt;
{{tlx|tlg}} ('''&amp;lt;u&amp;gt;t&amp;lt;/u&amp;gt;emplate &amp;lt;u&amp;gt;l&amp;lt;/u&amp;gt;ink, &amp;lt;u&amp;gt;g&amp;lt;/u&amp;gt;eneral''') is a general template for inserting a template link.  It can be used to replace or implement any of the more specific &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl*}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; templates, e.g. {{tlx|tl}} or {{tlx|tlx}}.  Parameters are:&lt;br /&gt;
* {{code snippet|code{{=}}yes}}: Use the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;…&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; HTML attribute (usually a monospaced font), like for {{tlx|tlc}} and {{tlx|tlx}}&lt;br /&gt;
* {{code snippet|bold{{=}}yes}}: '''Boldface''' the text&lt;br /&gt;
* {{code snippet|italic{{=}}yes}}: ''Italicizes'' the parameters&lt;br /&gt;
* {{code snippet|nolink{{=}}yes}}: Don't insert a template link, like for {{tlx|tlf}}, {{tlx|tld}}, and {{tlx|tlc}}&lt;br /&gt;
* {{code snippet|braceinside{{=}}yes}}: Put braces inside the link&lt;br /&gt;
* {{code snippet|subst{{=}}yes}}: Add a {{code snippet|subst:}} prefix&lt;br /&gt;
* {{code snippet|alttext{{=}}FOO}}: Specify alternative surface text for a link, like for {{tlx|tla}}&lt;br /&gt;
* {{code snippet|nowrap{{=}}yes}}: Prevent line breaks in output&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{{#switch:{{SITENAME}} |Wikipedia|Meta= |&lt;br /&gt;
; Note: On the source sister projects, en.wikipedia and Meta, '''X0, X1, X2, …, X9 are sandbox templates''' for experimentation on involved templates that need be in template space. An auto-cleansing software facility exists that might be used to duplicate the facility on other Sister projects.&lt;br /&gt;
}}&lt;br /&gt;
{{Aligned table |cols=3 |class=wikitable |style=border:1;cellpadding:4;&lt;br /&gt;
 | '''Code'''      | '''Output''' | '''Remarks'''&lt;br /&gt;
 | {{tlx|tlg|Abc}} | {{tlg|Abc}}  | &lt;br /&gt;
 | {{tlx|tlg|abC}} | {{tlg|abC}}  | template names are case-sensitive&lt;br /&gt;
 | {{tlx|tlg|abc}} | {{tlg|abc}}  | first letter is case-insensitive though&lt;br /&gt;
 | {{tlx|tlg|x0}}  | {{tlg|x0}}   | &lt;br /&gt;
 | {{tlx|tlg|x0|code{{=}}yes}}        | {{tlg|x0|code=yes}}        | code style&lt;br /&gt;
 | {{tlx|tlg|x0|bold{{=}}yes}}        | {{tlg|x0|bold=yes}}        | bold style&lt;br /&gt;
 | {{tlx|tlg|x1|one|italic{{=}}yes}}  | {{tlg|x1|one|italic=yes}}  | italic style&lt;br /&gt;
 | {{tlx|tlg|x0|nolink{{=}}yes}}      | {{tlg|x0|nolink=yes}}      | &lt;br /&gt;
 | {{tlx|tlg|x0|subst{{=}}yes}}       | {{tlg|x0|subst=yes}}       | &lt;br /&gt;
 | {{tlx|tlg|x0|braceinside{{=}}yes}} | {{tlg|x0|braceinside=yes}} | &lt;br /&gt;
 | {{tlx|tlg|x0|alttext{{=}}Link to x0 template}} | {{tlg|x0|alttext=Link to x0 template}} | &lt;br /&gt;
 | {{tlx|tlg|x0|bold{{=}}yes|code{{=}}yes|braceinside{{=}}yes}} | {{tlg|x0|bold=yes|code=yes|braceinside=yes}} | No reason you can't combine multiple parameter settings&lt;br /&gt;
 | {{tlx|tlg|x1|one}}     | {{tlg|x1|one}}     | &lt;br /&gt;
 | {{tlx|tlg|x2|one|two}} | {{tlg|x2|one|two}} | &lt;br /&gt;
 | {{tlx|tlg|x2|bold{{=}}yes|code{{=}}yes|one|two}}       | {{tlg|x2|bold=yes|code=yes|one|two}} | Can combine named and anonymous parameters …&lt;br /&gt;
 | {{tlx|tlg|x2|one|two|bold{{=}}yes|code{{=}}yes}}       | {{tlg|x2|one|two|bold=yes|code=yes}} | … in any order …&lt;br /&gt;
 | {{tlx|tlg|x2|one|code{{=}}yes|two|bold{{=}}yes|three}} | {{tlg|x2|bold=yes|one|code=yes|two|bold=yes|three}} | … even intermixed …&lt;br /&gt;
 | {{tlx|tlg|x2|one|code{{=}}yes|two|bold{{=}}yes|three|italic{{=}}yes}} | {{tlg|x2|bold=yes|one|code=yes|two|bold=yes|three|italic=yes}} | … with many different configurations.&lt;br /&gt;
 | {{tlx|tlg|x3|1|2|3|4|5|6|7|8|9&amp;amp;#124;10}}               | {{tlg|x3|1|2|3|4|5|6|7|8|9|10}}    | &lt;br /&gt;
 | {{tlx|tlg|x4|1|2|3|4|5|6|7|8|9&amp;amp;#124;10&amp;amp;#124;11}}       | {{tlg|x4|1|2|3|4|5|6|7|8|9|10|11}} | up to 10 parameters, then …&lt;br /&gt;
 | {{tlx|tlg|x5|1|2|3|4|5|6|7|8|9&amp;amp;#124;10&amp;amp;amp;#124;11}}   | {{tlg|x5|1|2|3|4|5|6|7|8|9|10&amp;amp;#124;11}} | {{align|right|&amp;lt;code&amp;gt;&amp;amp;amp;#124;&amp;lt;/code&amp;gt; for more}}&lt;br /&gt;
 | {{tlx|tlg}} | {{tlg}} | with no arguments, the current page name is substituted&lt;br /&gt;
 | {{tlx|tlg|x1|x&amp;amp;#61;u}}                                 | {{tlg|x1|x{{=}}u}} | '''{{=}}''' won't work&lt;br /&gt;
 | {{tlx|tlg|x1|x&amp;amp;amp;#61;u}}                             | {{tlg|x1|x&amp;amp;#61;u}} | {{align|right|&amp;lt;code&amp;gt;&amp;amp;amp;#61;&amp;lt;/code&amp;gt; is okay}}&lt;br /&gt;
 | {{tlx|tlg|x1|x&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;u}}                | {{tlg|x1|x{{=}}u}} | {{align|right|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is okay}}&lt;br /&gt;
 | {{tlx|tlg|x1|x&amp;amp;lt;nowiki&amp;amp;gt;&amp;amp;#61;&amp;amp;lt;/nowiki&amp;amp;gt;u}}    | {{tlg|x1|x&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;u}} | {{align|right|sticky nowiki is okay}}&lt;br /&gt;
 | {{tlx|tlg|x2|&amp;lt;nowiki /&amp;gt;|two|&amp;lt;nowiki /&amp;gt;|&amp;lt;nowiki /&amp;gt;}}    | {{tlg|x2||two||}}  | empty parameters work too, even at the end&lt;br /&gt;
 | {{tlx|tlg|x2|&amp;lt;nowiki&amp;gt;2=one&amp;lt;/nowiki&amp;gt;|two}}              | {{tlg|x2|2{{=}}one|two}} | '''two''' clobbers '''2{{=}}one'''&lt;br /&gt;
 | {{tlx|tlg|x2|&amp;lt;nowiki&amp;gt;3=two&amp;lt;/nowiki&amp;gt;|&amp;lt;nowiki&amp;gt;2=one&amp;lt;/nowiki&amp;gt;}} | {{tlg|x2|3{{=}}two|2{{=}}one}} | {{align|right|right to left okay}}&lt;br /&gt;
}}&lt;br /&gt;
; Unlimited parameters as one nowiki string&lt;br /&gt;
{{tlx|tlg|convert|&amp;lt;nowiki&amp;gt;&amp;amp;lt;nowiki&amp;gt;14|m|ftin|abbr=out|sp=us&amp;amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Template-linking templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
&amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Internal link templates]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>mw&gt;Oetterer</name></author>
	</entry>
</feed>