Template:Skill data
From Guild Wars Wiki
Jump to navigationJump to search
Description[edit]
This template is used to display skill data like energy cost and activation time by displaying the symbols known from the skill infobox.
Parameters[edit]
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 costove
- Show overcast cost before energy costsac
- Show sacrifice cost before energy cost-1
- Show a -1 upkeep
- otherwise this parameter is interpreted as energy cost.
- unnamed parameter 2
- (mode:
adr
) Adrenaline cost - (mode:
sac
) Sacrifice cost - (mode:
ove
) Overcast cost - (mode:
-1
) Energy cost - otherwise this parameter is interpreted as activation time.
- unnamed parameter 3
- (modes:
adr
,-1
) Activation time - (modes:
sac
,ovc
) Energy cost - otherwise this parameter is interpreted as recharge time.
- unnamed parameter 4
- (modes:
adr
,-1
) Recharge time - (modes:
sac
,ovc
) Activation time - otherwise this parameter is ignored.
- unnamed parameter 5
- (modes:
sac
,ovc
) 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.
Direct parameters[edit]
You can always overwrite all detected values by using the following parameters:
- sacrifice
- Optional. Sacrifice cost in percent.
- overcast
- Optional. Overcast cost.
- upkeep
- Optional. Upkeep cost, set value to display.
- adrenaline
- Optional. Adrenaline cost.
- energy
- Optional. Energy cost.
- activation
- Optional. Activation time.
- recharge
- Optional. Recharge time.
Examples[edit]
Code | Result | Additional explanations |
---|---|---|
{{Skill data|10|1|20}} |
||
{{Skill data|10||20}} |
||
{{Skill data|10|0|20}} |
||
{{Skill data||2|12}} |
||
{{Skill data|adr|4|1|20}} |
||
{{Skill data|adr|4||10}} |
||
{{Skill data|sac|33|1|1/4|2}} |
||
{{Skill data|-1|5|2|10}} |
||
{{Skill data|ove|10|15|3/4|5}} |
||
{{Skill data|10|1|20|energy=15}} |
||
{{Skill data|10|1|20|overcast=5|sacrifice=15}} |