Editing Module:AbilityTable/docGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
This module exposes | This module exposes one function, <code>render</code>, which generates a table of hero abilities matching a named list. It is invoked via [[Template:AbilityTable|<code><nowiki>{{AbilityTable}}</nowiki></code>]]. | ||
The module reads ability lists and exclusions from submodules, matches them against [[Data:AbilityData.json]], and renders the results as either a sortable wikitable or a compact list. | |||
== See also == | == See also == | ||
| Line 9: | Line 8: | ||
* [[Module:AbilityTable/Notes]] — editor-authored notes displayed in the Notes column | * [[Module:AbilityTable/Notes]] — editor-authored notes displayed in the Notes column | ||
* [[Module:AbilityTable/ComplexRenderers]] — custom column renderers for lists that need more than just Notes | * [[Module:AbilityTable/ComplexRenderers]] — custom column renderers for lists that need more than just Notes | ||