Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:T/main: Difference between revisions

Template page
first version
 
m +parm
Line 5: Line 5:
-->{{#switch:{{{link}}}|no|n={{#switch:{{{incl|{{{i|}}}}}}|0|1|2|4|5|6=&#123;&#123;}}<!--    default=9
-->{{#switch:{{{link}}}|no|n={{#switch:{{{incl|{{{i|}}}}}}|0|1|2|4|5|6=&#123;&#123;}}<!--    default=9
   -->{{#switch:{{{2|}}}|+|-|={{#switch:{{{1|}}}|+|-|={{PAGENAME}}|{{PAGENAME:{{{1}}}}}}}|{{{2}}}}}<!--  when "link=no": just display
   -->{{#switch:{{{2|}}}|+|-|={{#switch:{{{1|}}}|+|-|={{PAGENAME}}|{{PAGENAME:{{{1}}}}}}}|{{{2}}}}}<!--  when "link=no": just display
  -->{{#if:{{{parm|}}}|&#124;{{{parm}}}}}<!-- optional parm display
   -->{{#switch:{{{incl|{{{i|}}}}}}|0|1|2|4|5|6=&#125;&#125;}}<!--
   -->{{#switch:{{{incl|{{{i|}}}}}}|0|1|2|4|5|6=&#125;&#125;}}<!--


Line 13: Line 14:
   -->{{#switch:+|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}={{#switch:{{{case}}}|i|n={{i18n/namespace|t|link=no|lang={{{lang|}}}}}|l=template|Template}}:}}<!--
   -->{{#switch:+|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}={{#switch:{{{case}}}|i|n={{i18n/namespace|t|link=no|lang={{{lang|}}}}}|l=template|Template}}:}}<!--
   -->{{#switch:{{{incl|{{{i|}}}}}}|2|6=&#123;&#123;|1|5=&#123;}}<!--
   -->{{#switch:{{{incl|{{{i|}}}}}}|2|6=&#123;&#123;|1|5=&#123;}}<!--
   -->{{#if:{{{code|}}}|<code>}}{{#switch:{{{incl|{{{i|}}}}}}|4|5|6|9=<tt>}}<!--
   -->{{#if:{{{code|}}}|<code>}}{{#switch:{{{incl|{{{i|}}}}}}|4|5|6|9=<tt>}}<!--   code/typewrite start
   -->{{#switch:{{{2|}}}|+|-|={{#switch:{{{1|}}}|+|-|={{PAGENAME}}|{{PAGENAME:{{{1}}}}}}}|{{{2}}}}}<!-- display name  
   -->{{#switch:{{{2|}}}|+|-|={{#switch:{{{1|}}}|+|-|={{PAGENAME}}|{{PAGENAME:{{{1}}}}}}}|{{{2}}}}}<!-- display name  
   -->{{#switch:{{{incl|{{{i|}}}}}}|4|5|6|9=</tt>}}{{#if:{{{code|}}}|</code>}}<!--
   -->{{#switch:{{{incl|{{{i|}}}}}}|4|5|6|9=</tt>}}{{#if:{{{code|}}}|</code>}}<!-- typewrite/code end
  -->{{#if:{{{parm|}}}|&#124;{{{parm}}}}}<!-- optional parm display (own layout)
   -->{{#switch:{{{incl|{{{i|}}}}}}|2|6=&#125;&#125;|1|5=&#125;}}<!--
   -->{{#switch:{{{incl|{{{i|}}}}}}|2|6=&#125;&#125;|1|5=&#125;}}<!--
-->]]{{#switch:{{{incl|{{{i|}}}}}}|0|4=&#125;&#125;|1|5=&#125;}}}}<!--
  -->]]{{#switch:{{{incl|{{{i|}}}}}}|0|4=&#125;&#125;|1|5=&#125;}}}}<!--
-->{{#ifeq:{{lc:{{{code}}}}}|tt|</code>}}<noinclude>
-->{{#ifeq:{{lc:{{{code}}}}}|tt|</code>}}<!--  code end
--><noinclude>
{{documentation|Template:T/doc}}
{{documentation|Template:T/doc}}
</noinclude>
</noinclude>

Revision as of 16:27, 30 May 2019

T/main

Template documentation[ view · edit · history · purge ]
This documentation is transcluded from Template:T/doc.


The {{T}} template creates a formatted link to a Template.
The T template creates a formatted link to a template and surrounds it with braces ({{...}}) included in the link label.

Usage

{{T |1= }}

Template parameters

ParameterDescriptionDefaultStatus
1template name (any namespace is ignored)Toptional
2display name (displayed as-it-is)parameter 1optional
3
lang
interwiki language code (ISO 639), if the template is in another Wikipedia
can also be specified with lang=
emptyoptional
4+/- to precede the template name with the namespace Template:
  • + (plus sign) to make Template: a part of the link,
  • - (minus sign) to precede Template: as plain text.
The +/- parameter can as well be specified with parameter 2 or 3;
(when both signs are specified, "+" has precedence).
emptyoptional
incl
i
i or incl is a one-digit formatting option:
  • 0: none of the brackets are part of the link
  • 1: the inner brackets are part of the link
  • 2: both brackets are part of the link
  • 3: like i=2, with monospace font
  • 4: like i=0 but with the name in teletype style
  • 5: like i=1 but with the name in teletype style
  • 6: like i=2 but with the name in teletype style
  • 8: without surrounding brackets
  • 9: like i=8 but with the name in teletype style large (font-size:128%)
2optional
codeany value, for a surrounding <code> tag  (like {{Tl2}}).
With code=tt also the surrounding brackets are in teletype style.
emptyoptional
linkreturns plain text instead of a link when set to link=noemptyoptional
casefor formatting of the namespace prefix:
  • case=l lowercase display "template" instead of "Template"
  • case=i internationalized display, in general a link
  • case=n internationalized display, without linking it
emptyoptional
i18nanother language than {{int:lang}} for namespace translation (when case=i or case=n)enoptional
parmto display templates parameters  (like {{Tlx}})

Usage e.g. parm=template name or parm=1=template name
or  parm=&#124;1=&#124;2=&#124;code=y" gives "|1=|2=|code=y".

For a better appearing and easier to format explanatory, use the meta template {{Tle}}.
emptyoptional
fullexpanded display: Template:{{Example}}  (like {{Lts}})
request this expansion with either full=5 or 5=full.
emptyoptional

Additional information

The template is intended to be used in the following namespaces: all namespaces

The template is intended to be used by the following user groups: all users

Localization

This template is not intended to be localized.

The template does not generate any localizable text;
with + or - always the namespace in English: "Template" is displayed;
only in combination with case=i or case=n the namespace can be translated using the {{LangSwitch}} construct (according to i18n).

{{Commons:Link templates/T-doc-expansion}}

{{Commons:Link templates/Template links}}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.