Module:AbilityTable: Difference between revisionsGive feedback
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
-- Renders sortable wikitables of abilities filtered by a named stat. | -- Renders sortable wikitables of abilities filtered by a named stat. | ||
-- Maps | -- Maps friendly stat names to internal property keys or values. | ||
local stat_to_props = { | local stat_to_props = { | ||
["charges"] = { "AbilityCharges" }, | ["charges"] = { "AbilityCharges" }, | ||
| Line 22: | Line 22: | ||
} | } | ||
-- Editor-authored notes | -- Editor-authored notes go here | ||
local human_notes = { | local human_notes = { | ||
["charges"] = { | ["charges"] = { | ||
| Line 52: | Line 51: | ||
} | } | ||
-- Listed by ability name. If adding please | -- Listed by ability name. If adding please include a comment. | ||
local exclude_list = { | local exclude_list = { | ||
["debuffresist"] = { | ["debuffresist"] = { | ||