Difference between revisions of "Template:Weapontable"
Line 2: | Line 2: | ||
=== Example Usage === | === Example Usage === | ||
− | * '''This code''': <nowiki>{{ | + | * '''This code''': <nowiki>{{weapontable|Axe=yes}}</nowiki> |
* ''' Produces this result''':<br> | * ''' Produces this result''':<br> | ||
{{weapontable|Axe=yes}}</noinclude>{{#if: {{{WeaponTest|}}}|<!-- TEST PARAGRAPH | {{weapontable|Axe=yes}}</noinclude>{{#if: {{{WeaponTest|}}}|<!-- TEST PARAGRAPH | ||
Line 11: | Line 11: | ||
{{!}}} | {{!}}} | ||
|<!-- white space -->}} | |<!-- white space -->}} | ||
− | <!-- | + | <!-- |
− | -------------------------------- | + | -------------------------------- AXE ------------------------------------ |
− | -->{{#if: {{{Axe|}}}|<!-- | + | -->{{#if: {{{Axe|}}}|<!-- AXE POWERS |
-->{{{!}} class="wikitable" style="width: 100%;" | -->{{{!}} class="wikitable" style="width: 100%;" | ||
{{!}}- | {{!}}- | ||
Line 49: | Line 49: | ||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} | ||
+ | |<!-- white space -->}}<!-- | ||
− | |<!-- white | + | -------------------------------- AXE MASTERY ------------------------------------ |
+ | |||
+ | -->{{#if: {{{AxeMastery|}}}|<!-- AXE MASTERY POWERS | ||
+ | -->{{{!}} class="wikitable" style="width: 100%;" | ||
+ | {{!}}- | ||
+ | {{!}}style="background-color: #{{ecolor}}; color: white; text-align: center; width: 30px;"{{!}}'''Skill''' | ||
+ | {{!}}style="background-color: #{{ecolor}}; color: white; text-align: center; width: 30px;"{{!}}'''Icon''' | ||
+ | {{!}}style="background-color: #{{ecolor}}; color: white; width: 120px;"{{!}}'''Ability''' | ||
+ | {{!}}style="background-color: #{{ecolor}}; color: white"{{!}}'''Description''' | ||
+ | {{!}}- | ||
+ | {{!}}rowspan="1" style="text-align:center; background-color: #{{ecolor}}; color: white"{{!}}'''30%''' | ||
+ | {{!}} style="text-align: center;"{{!}} [[File:Axe cam.png{{!}}25px{{!}}Helmringer]] | ||
+ | {{!}} [[Helmringer]] | ||
+ | {{!}} Slashing [[Damage#Damage_Resistance_and_Vulnerability|Damage Resistance]] debuff and increased damage | ||
+ | {{!}}- | ||
+ | {{!}}rowspan="1" style="text-align:center; background-color: #{{ecolor}}; color: white"{{!}}'''40%''' | ||
+ | {{!}} style="text-align: center;"{{!}} [[File:Axe cam.png{{!}}25px{{!}}Maim]] | ||
+ | {{!}} [[Maim]] | ||
+ | {{!}} Piercing [[Damage#Damage_Resistance_and_Vulnerability|Damage Resistance]] debuff and increased damage | ||
+ | {{!}}- | ||
+ | {{!}}rowspan="1" style="text-align:center; background-color: #{{ecolor}}; color: white"{{!}}'''50%''' | ||
+ | {{!}} style="text-align: center;"{{!}} [[File:Axe cam.png{{!}}25px{{!}}Widow's Edge]] | ||
+ | {{!}} [[Widow's Edge]] | ||
+ | {{!}} Weapon Damage Debuff and increased damage | ||
+ | {{!}}- | ||
+ | {{!}}rowspan="1" style="text-align:center; background-color: #{{ecolor}}; color: white"{{!}}'''60%''' | ||
+ | {{!}} style="text-align: center;"{{!}} [[File:Axe cam.png{{!}}25px{{!}}Bone Notcher]] | ||
+ | {{!}} [[Bone Notcher]] | ||
+ | {{!}} Crushing [[Damage#Damage_Resistance_and_Vulnerability|Damage Resistance]] debuff and increased damage | ||
+ | {{!}}- | ||
+ | {{!}}rowspan="1" style="text-align:center; background-color: #{{ecolor}}; color: white"{{!}}'''70%''' | ||
+ | {{!}} style="text-align: center;"{{!}} [[File:Axe cam.png{{!}}25px{{!}}Bloodletter's Cry]] | ||
+ | {{!}} [[Bloodletter's Cry]] | ||
+ | {{!}} [[Crowd Control#Power Block|Power Block]] and increased damage | ||
+ | {{!}}- | ||
+ | {{!}}} |
Revision as of 01:57, 14 February 2018
This template adds a neatly-formatted table of weapon powers organized by skill level granted.
Example Usage
- This code: {{weapontable|Axe=yes}}
- Produces this result:
Skill | Icon | Ability | Description |
30% | Cleave | Increased damage | |
45% | Bury the Hatchet | Taunt and increased damage | |
60% | Northman's Fury | Defense Debuff and increased damage | |
75% | Hand Biter | Weapon Damage Debuff and increased damage | |
90% | Sunder | Power Block and increased damage |
{{#if: |{| class="wikitable" style="width: 100%;"
|-
|style="background-color: #4f8c6b; color: white; text-align: center; width: 30px;"|Skill
|style="background-color: #4f8c6b; color: white; text-align: center; width: 30px;"|Icon
|style="background-color: #4f8c6b; color: white; width: 120px;"|Ability
|style="background-color: #4f8c6b; color: white"|Description
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|30%
| style="text-align: center;"|
| Helmringer
| Slashing Damage Resistance debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|40%
| style="text-align: center;"|
| Maim
| Piercing Damage Resistance debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|50%
| style="text-align: center;"|
| Widow's Edge
| Weapon Damage Debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|60%
| style="text-align: center;"|
| Bone Notcher
| Crushing Damage Resistance debuff and increased damage
|-
|rowspan="1" style="text-align:center; background-color: #4f8c6b; color: white"|70%
| style="text-align: center;"|
| Bloodletter's Cry
| Power Block and increased damage
|-
|}