Template:WeaponSkillsTable: Difference between revisions
From HorizonXI Wiki
(fixed WeaponType parameter (was always "Archery" oops)) |
m (doc) |
||
| Line 20: | Line 20: | ||
Template which returns a table with all [[Weapon Skill]]s for a given weapon type. Optional parameter ''cssclasses'' to add css classes and ''style'' to add html style to the table. Optional parameter ''id'' to give the html element an id in case that is needed. | Template which returns a table with all [[Weapon Skill]]s for a given weapon type. Optional parameter ''cssclasses'' to add css classes and ''style'' to add html style to the table. Optional parameter ''id'' to give the html element an id in case that is needed. | ||
See [[Template:WeaponSkillsTable/row]] for the template which formats each database result as an HTML table row. | |||
===Examples=== | ===Examples=== | ||
<pre>{{WeaponSkillsTable|Axe}}</pre> | <pre>{{WeaponSkillsTable|Axe}}</pre> | ||
{{WeaponSkillsTable| | {{WeaponSkillsTable|Axes}} | ||
<pre>{{WeaponSkillsTable|Axe|cssclasses=hide-col-2|id=axe-table}}</pre> | <pre>{{WeaponSkillsTable|Axe|cssclasses=hide-col-2|id=axe-table}}</pre> | ||
{{WeaponSkillsTable| | {{WeaponSkillsTable|Axes|cssclasses=hide-col-2|id=axe-table}} | ||
</noinclude> | </noinclude> | ||
Revision as of 21:33, 6 September 2025
Usage
Template which returns a table with all Weapon Skills for a given weapon type. Optional parameter cssclasses to add css classes and style to add html style to the table. Optional parameter id to give the html element an id in case that is needed.
See Template:WeaponSkillsTable/row for the template which formats each database result as an HTML table row.
Examples
{{WeaponSkillsTable|Axe}}
| Name | Requirements | Description/ |
Horizon Changes ![]() |
|---|---|---|---|
| Raging Axe | 5 skill level |
Delivers a two-hit attack. Damage varies with TP. STR: 30% |
|
| Smash Axe | 40 skill level |
STR: 30% |
None |
| Gale Axe | 70 skill level |
STR: 30% |
|
| Avalanche Axe | 100 skill level |
Delivers a single-hit attack. Damage varies with TP. STR: 30% |
|
| Spinning Axe | 150 skill level Main or sub job: Warrior / Dark Knight / Beastmaster |
Single-hit attack. Damage varies with TP. STR: 35% |
|
| Rampage | 175 skill level |
None | |
| Calamity | 200 skill level Main job: Warrior / Beastmaster |
Delivers a single-hit attack. Damage varies with TP. |
|
| Mistral Axe | 225 skill level Main job: Warrior / Beastmaster |
None | |
| Decimation | 240 skill level Quest: Axe the Competition |
Delivers a three-hit attack that ignores defense. Amount ignored based on TP. ![]() STR: 50% |
|
| Onslaught | Delivers a five-hit attack that lowers target's accuracy. Additional effect: temporarily increases Attack. STR: 80% |
|
{{WeaponSkillsTable|Axe|cssclasses=hide-col-2|id=axe-table}}

