Template:Tl/doc: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
(+TR)
imported>FrozenPlum
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{doc/start}}
<!-- Documentation here -->
This template returns an exemplaric use of a template while linking to the template description page, if the template exists.
This template returns an exemplaric use of a template while linking to the template description page, if the template exists.


Line 19: Line 20:


== Examples ==
== Examples ==
: <code><nowiki>{{tl|stub}}</nowiki></code> returns {{tl|stub}}
: <code><nowiki>{{tl|DPL3}}</nowiki></code> returns {{tl|DPL3}}
: <code><nowiki>{{tl|stub|1}}</nowiki></code> returns {{tl|stub|1}}
: <code><nowiki>{{tl|DPL3|1}}</nowiki></code> returns {{tl|DPL3|1}}
: <code><nowiki>{{tl|stub|1|2|nl=y}}</nowiki></code> returns {{tl|stub|1|2|nl=y}}
: <code><nowiki>{{tl|DPL3|1|2|nl=y}}</nowiki></code> returns {{tl|DPL3|1|2|nl=y}}
: <code><nowiki>{{tl|see|page|t1{{=}}alt text}}</nowiki></code> returns {{tl|see|page|t1{{=}}alt text}}
: <code><nowiki>{{tl|See|page|t1{{=}}alt text|nl=y}}</nowiki></code> returns {{tl|See|page|t1{{=}}alt text|nl=y}}


== See also ==
== See also ==
* [[Template:Tlx]]
* [[Template:Tlx]]
<includeonly>

<!-- Template categories/interwikis here -->
<noinclude>
[[Category:Templates]]
[[tr:Şablon:Şb/belge]]
[[Category:Formatting templates]]
</noinclude>
</includeonly>
{{doc/end}}

Latest revision as of 23:27, 29 March 2022

This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more information

This template returns an exemplaric use of a template while linking to the template description page, if the template exists.

Usage

{{tl|<Template name>}}
{{tl|<Template name>|<Template parameters>}}
unnamed parameter 1
Template name (without Template: prefix)
unnamed parameter 2 - 9
Optional. Template parameters
nl
Optional flag to display an un-linked template usage.

Parameters with “=”

Use {{=}} instead of a normal equality symbol when using Tl.

Examples

{{tl|DPL3}} returns {{DPL3}}
{{tl|DPL3|1}} returns {{DPL3|1}}
{{tl|DPL3|1|2|nl=y}} returns {{DPL3|1|2}}
{{tl|See|page|t1{{=}}alt text|nl=y}} returns {{See|page|t1=alt text}}

See also