Template:AbilityTable

From The Deadlock Wiki
Revision as of 00:02, 11 May 2026 by Vergir (talk | contribs) (Update invoke to render; add hide parameter passthrough (with help from vergir-bot LLM))
Jump to navigation Jump to search

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