Template:WeaponSkillsTable: Difference between revisions
From HorizonXI Wiki
(merged modifiers to description column) |
mNo edit summary |
||
| Line 4: | Line 4: | ||
| includematch=/type\s*=\s*{{{1}}}/ | | includematch=/type\s*=\s*{{{1}}}/ | ||
| include={Infobox Weapon Skill¦WeaponSkillsTable.dpl} | | include={Infobox Weapon Skill¦WeaponSkillsTable.dpl} | ||
| table={{#if:{{{id|}}}|id="{{{id}}}"|}} class="horizon-table ffxi-table center-col-2 {{{cssclasses|}}}" {{#if: {{{style|}}}|style="{{{style}}}"|}},-,Name,Requirements,Description,Skillchain Properties,Horizon Changes {{changes}} | | table={{#if:{{{id|}}}|id="{{{id}}}"|}} class="horizon-table ffxi-table center-col-2 {{{cssclasses|}}}" {{#if: {{{style|}}}|style="{{{style}}}"|}},-,Name,Requirements,Description and Modifiers,Skillchain Properties,Horizon Changes {{changes}} | ||
| tablesortcol=2 | | tablesortcol=2 | ||
}} | }} | ||
| Line 18: | Line 18: | ||
{{WeaponSkillsTable|Axe}} | {{WeaponSkillsTable|Axe}} | ||
<pre>{{WeaponSkillsTable|Axe|cssclasses=hide-col-2 | <pre>{{WeaponSkillsTable|Axe|cssclasses=hide-col-2|id=axe-table}}</pre> | ||
{{WeaponSkillsTable|Axe|cssclasses=hide-col-2 | {{WeaponSkillsTable|Axe|cssclasses=hide-col-2|id=axe-table}} | ||
Revision as of 14:52, 4 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.dpl for the phantom template responsible for generating the table.
Examples
{{WeaponSkillsTable|Axe}}
| Name | Requirements | Description and Modifiers | Skillchain Properties | Horizon Changes
|
|---|
{{WeaponSkillsTable|Axe|cssclasses=hide-col-2|id=axe-table}}

