Template:AbilityTableGive feedback
Renders a sortable table of all abilities that have the named stat.
Usage
{{AbilityTable|charges}}
With a hidden column:
{{AbilityTable|charges|hide=Time Between Charges}}
Multiple columns can be hidden using a comma-separated list:
{{AbilityTable|charges|hide=Time Between Charges, Notes}}
Parameters
- 1
- The stat name. Must match a key in the stat_to_props table.
- hide
- Optional. A comma-separated list of column names to exclude. Hero and Ability columns cannot be hidden.
See also
- Template:ItemPropTable — equivalent template for items
- Module:AbilityTable — backing module
- Module:GameData — shared data-loading framework