Template:Skill data

From Guild Wars Wiki

Jump to: navigation, search


[edit] Description

This template is used to display skill data like energy cost and activation time by displaying the symbols known from the skill infobox.

[edit] Parameters

This template has an integrated detection for often used combinations of skill data.

unnamed parameter 1
Optional. Detection mode. Possible values:
  • adr - Show adrenaline cost instead of energy cost
  • sac - Show sacrifice cost before energy cost
  • -1 - Show a -1 upkeep
  • ex - Show exhaustion
otherwise this parameter is interpreted as energy cost.
unnamed parameter 2
(mode: adr) Adrenaline cost
(mode: sac) Sacrifice cost
(modes: -1, ex) Energy cost
otherwise this parameter is interpreted as activation time.
unnamed parameter 3
(mode: adr, -1, ex) Activation time
(mode: sac) Energy cost
otherwise this parameter is interpreted as recharge time.
unnamed parameter 4
(mode: adr, -1, ex) Recharge time
(mode: sac) Activation time
otherwise this parameter is ignored.
unnamed parameter 5
(mode: sac) Recharge time
otherwise this parameter is ignored.

Note: If no mode is set, the first parameter is interpreted as energy cost, the second as activation time and the third as recharge time providing the easiest set of skill data.

[edit] Direct parameters

You can always overwrite all detected values by using the following parameters:

sacrifice
Optional. Sacrifice cost in percent.
upkeep
Optional. Upkeep cost, set value to display.
adrenaline
Optional. Adrenaline cost.
energy
Optional. Energy cost.
activation
Optional. Activation time.
recharge
Optional. Recharge time.
exhaustion
Optional. Exhaustion, set value to display.

[edit] Examples

Code Result Additional explanations
{{Skill data|10|1|20}} 10 Energy1 Activation time20 Recharge time
{{Skill data|10||20}} 10 Energy20 Recharge time parameters can be easily left out
{{Skill data|10|0|20}} 10 Energy0 Activation time20 Recharge time 0 values are displayed
{{Skill data||2|12}} 2 Activation time12 Recharge time
{{Skill data|adr|4|1|20}} 4 Adrenaline1 Activation time20 Recharge time adr mode
{{Skill data|adr|4||10}} 4 Adrenaline10 Recharge time
{{Skill data|sac|33|1|1/4|2}} 33% Sacrifice1 Energy¼ Activation time2 Recharge time sac mode
{{Skill data|-1|5|2|10}} -1 Upkeep5 Energy2 Activation time10 Recharge time -1 mode
{{Skill data|ex|15|3/4|5}} 15 Energy¾ Activation time5 Recharge timeCauses Exhaustion ex mode
{{Skill data|10|1|20|energy=15}} 15 Energy1 Activation time20 Recharge time all values can be overwritten
{{Skill data|10|1|20|exhaustion=1|sacrifice=15}} 15% Sacrifice10 Energy1 Activation time20 Recharge timeCauses Exhaustion and everything is possible