Шаблон:Tlp/Документация — различия между версиями

Материал из GS
Перейти к: навигация, поиск
(Новая: <noinclude>{{template navigation}}</noinclude> __NOTOC__ == Документация == Использование: {{Tlp|Tlp|имя шаблона|первый параметр|.....)
 
м
 
Строка 13: Строка 13:
 
:<tt>{&#123;{{PAGENAME}}|template name|param&amp;#61;value&#125;}</tt>
 
:<tt>{&#123;{{PAGENAME}}|template name|param&amp;#61;value&#125;}</tt>
 
''Up to three placeholders for parameters of the specified template''
 
''Up to three placeholders for parameters of the specified template''
 
=== Примеры  ===
 
{| border="1" cellpadding="4" class="wikitable"
 
! Code
 
! Result
 
! Remark
 
|-
 
|{{Tlx|Tlx|x0}}
 
|{{Tlx|x0}}
 
||&#160;
 
|-
 
|{{Tlx|Tlx|x1|one}}
 
|{{Tlx|x1|one}}
 
||&#160;
 
|-
 
|{{Tlx|Tlx|x2|one|two}}
 
|{{Tlx|x2|one|two}}
 
||&#160;
 
|-
 
|{{Tlx|Tlx|x3|1<tt>&#124;</tt>2<tt>&#124;</tt>3}}
 
|{{Tlx|x3|1|2|3}}
 
||&#160;
 
|-
 
|{{Tlx|Tlx|x4|1<tt>&#124;</tt>2<tt>&#124;</tt>3|4}}
 
|{{Tlx|x4|1|2|3|4}}
 
|up to 3 parameters
 
|-
 
|{{Tlx|Tlx|x4|1<tt>&#124;</tt>2<tt>&#124;</tt>3&amp;#124;4}}
 
|{{Tlx|x4|1|2|3&#124;4}}
 
|align="right"|<tt>&amp;#124;</tt> for more
 
|-
 
|{{Tlx|Tlx|x1|x&#61;u}}
 
|{{Tlx|x1|x=u}}
 
|'''=''' won't work
 
|-
 
|{{Tlx|Tlx|x1|x&amp;#61;u}}
 
|{{Tlx|x1|x&#61;u}}
 
|align="right"|<tt>&amp;#61;</tt> is okay
 
|-
 
|{{Tlx|Tlx|x1|&lt;nowiki&gt;x&#61;u&lt;/nowiki&gt;}}
 
|{{Tlx|x1|<nowiki>x=u</nowiki>}}
 
|align="right"|sticky nowiki is okay
 
|-
 
|{{Tlx|Tlx|x2|&#160;|two}}
 
|{{Tlx|x2| |two}}
 
|empty won't work
 
|-
 
|{{Tlx|Tlx|x2|&amp;#32;|two}}
 
|{{Tlx|x2|&#32;|two}}
 
|align="right"|<tt>&amp;#32;</tt> is okay
 
|-
 
|{{Tlx|Tlx|x2|&amp;nbsp;|two}}
 
|{{Tlx|x2|&nbsp;|two}}
 
|align="right"|<tt>&amp;nbsp;</tt> is okay
 
|-
 
|{{Tlx|Tlx|x2| &amp;#124; two}}
 
|{{Tlx|x2| &#124; two}}
 
|align="right"|<tt>&amp;#124;</tt> is okay
 
|-
 
|| {{Tlx|Tlx|x2| {&#123;!&#125;} two}}
 
|| {{Tlx|x2| {{!}} two}}
 
|align="right"|{{Tlx|!}} is dubious
 
|-
 
|| {{Tlx|Tlx|x2|<nowiki>2=</nowiki>|<nowiki>3=two</nowiki>}}
 
|| {{Tlx|x2|2=|3=two}}
 
|empty really doesn't work
 
|-
 
|| {{Tlx|Tlx|x2|<nowiki>2=one</nowiki>|two}}
 
|| {{Tlx|x2|2=one|two}}
 
|'''two''' clobbers '''2=one'''
 
|-
 
|| {{Tlx|Tlx|x2|<nowiki>3=two</nowiki>|<nowiki>2=one</nowiki>}}
 
|| {{Tlx|x2|3=two|2=one}}
 
|align="right"|right to left okay
 
|}{{-}}
 
 
=== Comparison ===
 
 
:''As usual we got a zoo of similar templates,'' '''<sup>*</sup>''' ''marks redirects to {{Tlx|Tlx}}:''
 
 
{| class="wikitable" border="1" cellspacing="2" cellpadding="2"
 
|-
 
! Usage
 
! Code
 
! Result
 
|-
 
|0 Tlx
 
|<code>{{Tlx|Tlx|Tl}}</code>
 
|{{Tlx|Tl}}
 
|-
 
|0 Tl
 
|<code>{{Tlx|Tl|Tlx}}</code>
 
|{{Tl|Tlx}}
 
|-
 
|1 Tlx
 
|<code>{{Tlx|Tlx|Tlp|one}}</code>
 
|{{Tlx|Tlp|one}}
 
|-
 
|1 Tlp
 
|<code>{{Tlx|Tlp|Tlp|one}}</code>
 
|{{Tlp|Tlp|one}}
 
|-
 
|1 Tetl
 
|<code>{{Tlx|Tetl|Tlp|one}}</code>
 
||{{Tetl|Tlp|one}}
 
|-
 
|2 Tlx
 
|<code>{{Tlx|Tlx|Tl2|one|two}}</code>
 
|{{Tlx|Tl2|one|two}}
 
|-
 
|2 Tlp2 '''<sup>*</sup>'''
 
|<code>{{Tlx|Tlp2|Tlp|Tl|param}}</code>
 
| |{{Tlp2|Tlp|Tl|param}}
 
|-
 
|2 Tl2 '''<sup>*</sup>'''
 
|<code>{{Tlx|Tl2|Tlp|Tl|param}}</code>
 
|{{Tl2|Tlp|Tl|param}}
 
|-
 
|3 Tlx
 
|<code>{{Tlx|Tlx|Tl3|1&#124;2&#124;3}}</code>
 
|{{Tlx|Tl3|1|2|3}}
 
|-
 
|3 Tlp3 '''<sup>*</sup>'''
 
|<code>{{Tlx|Tlp3|Tl3|1&#124;2&#124;3}}</code>
 
| |{{Tlp3|Tl3|1|2|3}}
 
|-
 
|3 Tl3 '''<sup>*</sup>'''
 
|<code>{{Tlx|Tl3|x3|1&#124;2&#124;3}}</code>
 
| |{{Tl3|x3|1|2|3}}
 
|}{{-}}
 
  
 
== См. также ==
 
== См. также ==
 
* Шаблон {{tl|tl}}
 
* Шаблон {{tl|tl}}

Текущая версия на 11:48, 18 января 2011

Шаблон:Tlp · Документация · Обсуждение

Документация

Использование:

    {{Tlp|имя шаблона|первый параметр|...}}

Для указанного шаблона отображается до пяти параметров, остальные параметры отображаются как «| и т. д.».

Использование

{{Tlp/Документация|template name}}
{{Tlp/Документация|template name|param}}
{{Tlp/Документация|template name|1|2|3}}
{{Tlp/Документация|template name|1|2|3&#124;more}}
{{Tlp/Документация|template name|param&#61;value}}

Up to three placeholders for parameters of the specified template

См. также

  • Шаблон {{tl}}