Редактирование: Шаблон:Slot skill table row

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

Внимание! Вы не авторизовались на сайте. Ваш IP-адрес будет публично видимым, если вы будете вносить любые правки. Если вы войдёте или создадите учётную запись, правки вместо этого будут связаны с вашим именем пользователя, а также у вас появятся другие преимущества.

Правка может быть отменена. Пожалуйста, просмотрите сравнение версий, чтобы убедиться, что это именно те изменения, которые вас интересуют, и нажмите «Записать страницу», чтобы изменения вступили в силу.

На этой странице невозможны семантические аннотации в тексте из-за ограничений пространства имён. Детали относительно того, как разрешить пространство имен, находятся в справочной странице конфигурации.

Текущая версия Ваш текст
Строка 1: Строка 1:
 
<includeonly>{{#ask:[[{{{1}}}]]
 
<includeonly>{{#ask:[[{{{1}}}]]
| ?Has canonical name                   <!-- 2 -->
+
| ?Has canonical name
| ?Has game icon                       <!-- 3 -->
+
| ?Has game icon
| ?Has game description                 <!-- 4 -->
+
| ?Has game description
| ?Is for profession                   <!-- 5 -->
+
| ?Is for profession
| ?Is for specialization                <!-- 6 -->
+
| ?Has skill type
| ?Has skill context                    <!-- 7 -->
+
| ?Has hero point cost
| ?Has skill type                       <!-- 8 -->
+
| ?Has activation time
| ?Has skill type sort order            <!-- 9 -->
+
| ?Has recharge time
| ?Has chain sequence position          <!--10 -->
+
| ?Is usable underwater
| ?Has activation time                 <!--11 -->
+
| ?Has energy cost
| ?Has recharge time                   <!--12 -->
+
| ?Has upkeep cost
| ?Has initiative cost                  <!--13 -->
+
| ?Is ground targeted
| ?Has energy cost                     <!--14 -->
 
| ?Has upkeep cost                     <!--15 -->
 
| ?Is usable underwater                <!--16 -->
 
| ?Has chain sequence|+order=asc        <!--17 --><!-- sorted alphabetically ! -->
 
| ?Has skill sort order                <!--18 -->
 
| ?Has ammunition number                <!--19 -->
 
| ?Is ground targeted                   <!--20 -->
 
 
| link = none
 
| link = none
 
| format = template
 
| format = template
| template = slot skill table row format{{!}}class={{{class|}}}{{!}}chain={{{chain|}}}
+
| template = slot skill table row format{{!}}class={{{class|}}}
| default = {{#if:{{{1|}}}|{{slot skill table row format|{{{1}}}|{{{1}}}|File:{{{1}}}.png|chain={{{chain|}}}}}}}
+
| default = {{#if:{{{1|}}}|{{slot skill table row format|{{{1}}}|{{{1}}}|File:{{{1}}}.png|userparam={{{chain|}}}}}}}
 +
| userparam = {{{chain|}}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
== Description ==
 
== Description ==
Строка 40: Строка 34:
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Is usable underwater|Is usable underwater]]
 
# [[Property:Is usable underwater|Is usable underwater]]
 +
# [[Property:Has hero point cost|Has hero point cost]]
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Has recharge time|Has recharge time]]
 
# [[Property:Has recharge time|Has recharge time]]
Строка 49: Строка 44:
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Is usable underwater|Is usable underwater]]
 
# [[Property:Is usable underwater|Is usable underwater]]
 +
# [[Property:Has hero point cost|Has hero point cost]]
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Has activation time|Has activation time]]
 
# [[Property:Has energy cost|Has energy cost]] and [[Property:Has upkeep cost|Has upkeep cost]] (set <code>showEnergy=true</code> in the header)
 
# [[Property:Has energy cost|Has energy cost]] and [[Property:Has upkeep cost|Has upkeep cost]] (set <code>showEnergy=true</code> in the header)
Строка 56: Строка 52:
 
== Usage ==
 
== Usage ==
 
<pre>{{Slot skill table row|<skill name>}}
 
<pre>{{Slot skill table row|<skill name>}}
{{Slot skill table row|<skill name>|class=<css class>}}</pre>
+
{{Slot skill table row|<skill name>|chain= |class= }}</pre>
 
=== Parameters ===
 
=== Parameters ===
 
;1 ''(unnamed parameter)''
 
;1 ''(unnamed parameter)''
 
: Required. Skill name.
 
: Required. Skill name.
;class
+
;chain  
: Used to apply CSS classes to the row. Examples: <code><nowiki>class=line</nowiki></code> applies a border to the bottom of the row.
+
: Optional. Set to one of the following values to show an additional icon before the skill icon:
;chain
 
: Optional. Added automatically, can be overridden with one of the following values:
 
 
:{|
 
:{|
| none      ||
 
|-
 
 
| ''chain'' || [[File:Redirect Arrow.png|25px|link=]] (no link)
 
| ''chain'' || [[File:Redirect Arrow.png|25px|link=]] (no link)
|-
 
| ''ambush'' || [[File:Chain Arrow Toolbelt.png|25px|link=Ambush]] (links to [[Ambush]])
 
 
|-
 
|-
 
| ''burst'' || [[File:Chain Arrow Toolbelt.png|25px|link=Burst]] (links to [[Burst]])
 
| ''burst'' || [[File:Chain Arrow Toolbelt.png|25px|link=Burst]] (links to [[Burst]])
|-
 
| ''primal burst'' || [[File:Chain Arrow Toolbelt.png|25px|link=Primal Burst]] (links to [[Primal Burst]])
 
 
|-
 
|-
 
| ''stealth'' || [[File:Chain Arrow Toolbelt.png|25px|link=Stealth Attack]] (links to [[Stealth Attack]])
 
| ''stealth'' || [[File:Chain Arrow Toolbelt.png|25px|link=Stealth Attack]] (links to [[Stealth Attack]])
Строка 81: Строка 69:
 
| ''underwater'' || [[File:Underwater.png|link=Underwater mode]] (links to [[Underwater mode]])
 
| ''underwater'' || [[File:Underwater.png|link=Underwater mode]] (links to [[Underwater mode]])
 
|}
 
|}
 +
;class
 +
: Used to apply CSS classes to the row. Examples: <code><nowiki>class=line</nowiki></code> applies a border to the bottom of the row.
  
 
==== [[Template:slot skill table header]] parameters ====
 
==== [[Template:slot skill table header]] parameters ====
 
;showType
 
;showType
: Optional. Shows type column and displays the property [[Property:Has skill type|Has skill type]], disabled on default. Can be set to "true".
+
: Optional. Shows type column and displays the Property [[Property:Has skill type|Has skill type]], disabled on default. Can be set to "true".
;wide type column
 
: Optional. Set to "true" to increase the width of the type column. Defaults to "false".
 
 
;showEnergy
 
;showEnergy
: Optional. Shows energy column and displays the property [[Property:Has energy cost|Has energy cost]], disabled on default. Can be set to "true".
+
: Optional. Shows energy column and displays the Property [[Property:Has energy cost|Has energy cost]], disabled on default. Can be set to "true".
  
 
=== Example ===
 
=== Example ===

Пожалуйста, учтите, что любой ваш вклад в проект «Guild Wars 2 wiki» может быть отредактирован или удалён другими участниками. Если вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.
Вы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см. Guild Wars 2 wiki:Авторские права). НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!

Чтобы изменить эту страницу, пожалуйста, ответьте на приведённый ниже вопрос (подробнее):

Отменить | Справка по редактированию (в новом окне)