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

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск
 
(не показано 9 промежуточных версий этого же участника)
Строка 1: Строка 1:
 
<includeonly>|-
 
<includeonly>|-
| {{#if: {{{chain|}}} | {{#switch: {{{chain|}}}
+
| style="text-align:center;" | {{{2|{{#show:{{{1|}}}|?Has skill slot number|default=}}}}}
                          | mount
 
                          | mount2  = {{{2|{{#show:{{{1|}}}|?Has skill slot number|default=}}}}}
 
                          | chain
 
                          | replacedby
 
                          | replacedby2
 
                          | #default = }} | {{{2|{{#show:{{{1|}}}|?Has skill slot number|default=}}}}} }}
 
 
| {{#if: {{{chain|}}} | {{#switch: {{{chain|}}}  
 
| {{#if: {{{chain|}}} | {{#switch: {{{chain|}}}  
 
                           | mount = [[File:Chain Arrow Toolbelt.png|Умение ездового животного|25px|link=]]  
 
                           | mount = [[File:Chain Arrow Toolbelt.png|Умение ездового животного|25px|link=]]  
Строка 15: Строка 9:
 
                           | chain  
 
                           | chain  
 
                           | #default = [[File:Redirect Arrow.png|25px|link=]] }} }}{{#if:{{{3|}}}|{{Skill icon|{{{1|}}}|{{{3|}}}}}|{{Skill icon|{{{1|}}}}}}}
 
                           | #default = [[File:Redirect Arrow.png|25px|link=]] }} }}{{#if:{{{3|}}}|{{Skill icon|{{{1|}}}|{{{3|}}}}}|{{Skill icon|{{{1|}}}}}}}
 +
{{#ifeq: {{#var:moreinfo}} | type | {{!}} {{#arraymap: {{#show:{{{1|}}}|?Has skill type|link=none}} |,|@@@|[[@@@|{{rus lang|skill type|@@@}}]] }} }}
 
| style="text-align:center;" | {{#ifeq:{{#show:{{{1|}}}|?Is ground targeted}}|Y|[[File:Ground_target_aim.png|18px|Прицеливание на землю|link=Targeting#Прицеливание на землю]]}}
 
| style="text-align:center;" | {{#ifeq:{{#show:{{{1|}}}|?Is ground targeted}}|Y|[[File:Ground_target_aim.png|18px|Прицеливание на землю|link=Targeting#Прицеливание на землю]]}}
| style="text-align:center;" | {{fraction|{{#show:{{{1|}}}|?Has activation time}}}}
+
| style="text-align:center;" data-sort-value="{{#show:{{{1|}}}|?Has activation time}}" | {{fraction|{{{activation|{{#show:{{{1|}}}|?Has activation time}}}}}}}
| style="text-align:center;" | {{fraction|{{#show:{{{1|}}}|?Has recharge time}}}}
+
| style="text-align:center;" data-sort-value="{{#show:{{{1|}}}|?Has recharge time}}" | {{fraction|{{{recharge|{{#show:{{{1|}}}|?Has recharge time}}}}}}}
 
| {{{description|{{#show:{{{1|}}}|?Has game description|default=''Описание умения не найдено.''}}}}}</includeonly><noinclude>
 
| {{{description|{{#show:{{{1|}}}|?Has game description|default=''Описание умения не найдено.''}}}}}</includeonly><noinclude>
This template does '''not''' require the presence of a DPL statement (like that included in {{tl|skill list dpl}}).
+
 
===Parameters===
+
== Description ==
; ''unnamed parameter 1'' <skill name> : Full name of the skill article, including disambiguation suffixes.
+
This template is intended for use for ''environmental skills'' as bundles or tonics, in conjunction with the {{tl|Environmental skill table header}}. It returns the wiki code for a single table row, populated with the following skill data: ''slot#'', '''skill''', ''activation time'', ''recharge time'', and ''description''. It does not return the table opening or closing tags, so those must be provided on the calling page.
; ''unnamed parameter 2'' <skill number> : Set the skill number to a certain value, useful if the skill appears in many slots and is therefore not numbered.
+
 
; ''unnamed parameter 3'' <link text> : Defaults to [[Property:Has canonical name|canonical name]].
+
=== Caveat ===
; description : Defaults to the [[Property:Has game description|in-game description]].
+
This is a template that is used for cases that aren't covered by the following templates:
; chain : Set to one of the following values to show an additional icon before the skill icon:
+
* {{tl|Slot skill table header}} and {{tl|Slot skill table row}} for slot skills (prints type, underwater status, skill point cost, recharge, and description)
::{|
+
* {{tl|Profession mechanic skill table header}} and {{tl|Profession mechanic skill table row}} for profession mechanic skills (prints profession mechanic slot#, weapon, type, recharge, and description)
 +
* {{tl|Weapon skill table header}} and {{tl|Weapon skill table row}} for weapon skills and auxiliary skill bars (prints slot#, type, recharge, and description)
 +
 
 +
== Usage ==
 +
<pre>{{Environmental skill table row|<skill name>}}
 +
{{Profession mechanic skill table row|<skill name>|<skillnumber>|<linked text>|chain=<chain>|class=<css class>}}</pre>
 +
 
 +
=== Parameters ===
 +
;1 ''(unnamed parameter)''
 +
: Required. Skill name. Full name of the skill article, including disambiguation suffixes.
 +
;2 ''(unnamed parameter)''
 +
: Optional. Skill number. Set the skill number to a certain value, useful if the skill appears in many slots and is therefore not numbered.
 +
;3 ''(unnamed parameter)''  
 +
: Optional. Linked text. Defaults to [[Property:Has canonical name|canonical name]].
 +
;description  
 +
: Defaults to the [[Property:Has game description|in-game description]].
 +
;activation
 +
: Defaults to the [[Property:Has activation time|activation time]].
 +
;recharge
 +
: Defaults to the [[Property:Has recharge time|recharge time]].
 +
;chain  
 +
: Set to one of the following values to show an additional icon before the skill icon:
 +
:{|
 
| ''chain'' || [[File:Redirect Arrow.png|25px|link=]] || or any other unused value, as: ''y, yes...''
 
| ''chain'' || [[File:Redirect Arrow.png|25px|link=]] || or any other unused value, as: ''y, yes...''
 
|-
 
|-

Текущая версия на 22:15, 1 июня 2021


Description[править]

This template is intended for use for environmental skills as bundles or tonics, in conjunction with the {{Environmental skill table header}}. It returns the wiki code for a single table row, populated with the following skill data: slot#, skill, activation time, recharge time, and description. It does not return the table opening or closing tags, so those must be provided on the calling page.

Caveat[править]

This is a template that is used for cases that aren't covered by the following templates:

Usage[править]

{{Environmental skill table row|<skill name>}}
{{Profession mechanic skill table row|<skill name>|<skillnumber>|<linked text>|chain=<chain>|class=<css class>}}

Parameters[править]

1 (unnamed parameter)
Required. Skill name. Full name of the skill article, including disambiguation suffixes.
2 (unnamed parameter)
Optional. Skill number. Set the skill number to a certain value, useful if the skill appears in many slots and is therefore not numbered.
3 (unnamed parameter)
Optional. Linked text. Defaults to canonical name.
description
Defaults to the in-game description.
activation
Defaults to the activation time.
recharge
Defaults to the recharge time.
chain
Set to one of the following values to show an additional icon before the skill icon:
chain Redirect Arrow.png or any other unused value, as: y, yes...
chain2 Redirect Arrow.png Level 2
mount Mount skill On hover: Mount skill
mount2 Secondary mount skill Level 2; on hover: Secondary mount skill
replacedby Replaced by On hover: Replaced by
replacedby2 Replaced by Level 2; on hover: Replaced by