Шаблон:Weapon skill table header — различия между версиями

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск
 
(не показана 31 промежуточная версия этого же участника)
Строка 1: Строка 1:
<noinclude>{| class="elementalist skills table"
+
<includeonly><!--  
</noinclude>
 
{{#vardefine:showWeapon|{{{showWeapon|false}}}}}
 
{{#vardefine:showType|{{{showType|false}}}}}
 
{{#vardefine:hasInitiative|{{{hasInitiative|false}}}}}
 
|-
 
! style="width:1em;"  |
 
! style="width:17em;" | Умение
 
{{#ifeq:{{#var:showWeapon}}|true|! style="width:8em; text-align:center;" {{!}} Оружие}}
 
{{#ifeq:{{#var:showType}}|true|! style="width:{{#ifeq:{{#var:hasInitiative}}|true|5|{{#ifeq:{{#var:energy|x}}|y|5|8}}}}em; text-align:center;" {{!}} Тип}}
 
! style="width:3.5em; text-align:center;" | [[File:Ground_target_aim.png|18px|link=Targeting#Прицеливание на землю|Прицеливание на землю]]
 
! style="width:3.5em; text-align:center;" | [[File:Activation.png|link=Activation time|Время активации]]
 
{{#ifeq:{{#var:energy|x}}|y|! style="width:3.5em; text-align:center;" {{!}} [[File:Energy.png|20px|link=Energy|Энергия]]{{#ifeq:{{#var:hasInitiative}}|true|!}}}}{{#ifeq:{{#var:hasInitiative}}|true|! style="width:3.5em; text-align:center;" {{!}} [[File:Initiative.png|link=Initiative|Инициатива]]}}
 
! style="width:3.5em; text-align:center;" | [[File:Tango-recharge-darker.png|link=Recharge|Время перезарядки]]
 
! style="width:60%%;" | Описание
 
<noinclude>|}
 
  
Provides the standard header row for weapon skill tables. Rows in the table should use {{tl|weapon skill table row}}.
+
  Please note that the column widths of the following templates match and should only be consistently changed together:
 +
    1. Template:Weapon skill table header
 +
    2. Template:Profession mechanic skill table header
 +
    3. Template:Slot skill table header
 +
    4. Template:Trait table header
 +
    5. Template:Mastery table
  
Example code (result shown above):
+
-->{{#if: <!-- hide whitespace -->
<nowiki>{| class="elementalist skills table"
+
 
{{weapon skill table header}}
+
{{#vardefine:showWeapon    |{{{showWeapon    |false}}}}}
|}</nowiki>
+
{{#vardefine:showType      |{{{showType      |false}}}}}
 +
{{#vardefine:showEnergy    |{{{showEnergy    |false}}}}}
 +
{{#vardefine:showInitiative|{{{showInitiative|false}}}}}
 +
{{#vardefine:showPageCost  |{{{showPageCost  |false}}}}}
 +
{{#vardefine:showUnderwater|{{{showUnderwater|false}}}}}
 +
 
 +
}}|-
 +
! style="width:1.31em;"  | #
 +
! style="width:{{#expr: 24.7 {{#ifeq:{{#var:showWeapon}}|true|-5.6|{{#ifeq:{{#var:showType}}|true|-5.6}}}} {{#ifeq:{{#var:showEnergy}}|true|-3.5}} {{#ifeq:{{#var:showInitiative}}|true|-3.5}} {{#ifeq:{{#var:showPageCost}}|true|-3.5}}}}em; | Умение
 +
{{#ifeq:{{#var:showWeapon}}|true|! style="width:9em;" {{!}} Оружие <!-- only one extra column allowed, set others to false --> {{#vardefine:showType|false}} |
 +
{{#ifeq:{{#var:showType  }}|true|! style="width:9em;" {{!}} Тип }} }}
 +
! style="width:2.5em; text-align:center;" | [[File:Ground_target_aim.png|18px|link=Targeting#Прицеливание на землю|Прицеливание на землю]]
 +
! style="width:2.5em; text-align:center;" | [[File:Activation.png|link=Activation time|Время активации]]
 +
{{#ifeq:{{#var:showEnergy}}|true|! style="width:2.5em; text-align:center;" {{!}} [[File:Energy.png|20px|link=Energy|Энергия]]{{#ifeq:{{#var:showInitiative}}|true|!}}}}{{#ifeq:{{#var:showInitiative}}|true|! style="width:2.5em; text-align:center;" {{!}} [[File:Initiative.png|20px|link=Initiative|Инициатива]]|{{#ifeq:{{#var:showPageCost}}|true|! style="width:2.5em; text-align:center;" {{!}} [[File:Page cost.png|20px|link=|Page Cost|Требуется страниц]]}}}}
 +
! style="width:2.5em; text-align:center;" | [[File:Tango-recharge-darker.png|link=Recharge|Время перезарядки]]
 +
! style="width:{{#expr:61 {{#ifeq:{{#var:showWeapon}}|true|-5.6|{{#ifeq:{{#var:showType}}|true|-5.6|{{#ifeq:{{#var:showPageCost}}|true|-5.6}}}}}}}}em;" | Описание
 +
</includeonly><noinclude>
 +
== Description ==
 +
Provides the standard header row for weapon skill tables. Rows in the table should use {{tl|weapon skill table row}}. Only one of the following optional columns can be shown at the same time: ''Type'' or ''Weapon''.
 +
 
 +
== Usage ==
 +
<pre>{{Weapon skill table header}}
 +
{{Weaopn skill table header|showType=<true/false>|showWeapon=<true/false>|showEnergy=<true/false>|showInitiative=<true/false>}}</pre>
 +
=== Parameters ===
 +
;showType
 +
: Optional. Shows type column and displays the property [[Property:Has skill type|Has skill type]], disabled on default. Can be set to "true".
 +
;showWeapon
 +
: Optional. Shows weapon column and displays the property [[Property:Is for weapon|Is for weapon]] (e.g. for [[Symbol]] skills), disabled on default. Can be set to "true".
 +
;showEnergy
 +
: Optional. Shows energy column and displays the property [[Property:Has energy cost|Has energy cost]], disabled on default. Can be set to "true".
 +
;showInitiative
 +
: Optional. Shows initiative column and displays the property [[Property:Has initiative cost|Has initiative cost]], disabled on default. Can be set to "true".
 +
;showPageCost
 +
: Optional. Shows page cost column and displays the property [[Property:Has page cost|Has page cost]], disabled on default. Can be set to "true".
 +
;showUnderwater
 +
: Optional. Shows underwater icon, used for bundles and transform skills and displays the property [[Property:Is usable underwater|Is usable underwater]], disabled on default. Can be set to "true".
 +
 
 +
=== Example ===
 +
<pre>{| {{STDT|elementalist skills}}
 +
{{Weapon skill table header}}
 +
|}</pre>
 +
{| {{STDT|elementalist skills}}
 +
{{Weapon skill table header}}
 +
|}
  
 
[[Category:Skill formatting templates]]
 
[[Category:Skill formatting templates]]
 
 
</noinclude>
 
</noinclude>

Текущая версия на 10:19, 17 мая 2023

Description[править]

Provides the standard header row for weapon skill tables. Rows in the table should use {{weapon skill table row}}. Only one of the following optional columns can be shown at the same time: Type or Weapon.

Usage[править]

{{Weapon skill table header}}
{{Weaopn skill table header|showType=<true/false>|showWeapon=<true/false>|showEnergy=<true/false>|showInitiative=<true/false>}}

Parameters[править]

showType
Optional. Shows type column and displays the property Has skill type, disabled on default. Can be set to "true".
showWeapon
Optional. Shows weapon column and displays the property Is for weapon (e.g. for Symbol skills), disabled on default. Can be set to "true".
showEnergy
Optional. Shows energy column and displays the property Has energy cost, disabled on default. Can be set to "true".
showInitiative
Optional. Shows initiative column and displays the property Has initiative cost, disabled on default. Can be set to "true".
showPageCost
Optional. Shows page cost column and displays the property Has page cost, disabled on default. Can be set to "true".
showUnderwater
Optional. Shows underwater icon, used for bundles and transform skills and displays the property Is usable underwater, disabled on default. Can be set to "true".

Example[править]

{| {{STDT|elementalist skills}}
{{Weapon skill table header}}
|}
# Умение Прицеливание на землю Время активации Время перезарядки Описание