Module:AbilityTable: Difference between revisions

Vergir (talk | contribs)
mNo edit summary
Vergir (talk | contribs)
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 lowercase friendly stat names to internal AbilityData property keys or values.
-- 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 appended to the Notes column (normal mode) or
-- Editor-authored notes go here
-- inline after the ability name in parentheses (compact mode).
local human_notes = {
local human_notes = {
     ["charges"] = {
     ["charges"] = {
Line 52: Line 51:
}
}


-- Listed by ability name. If adding please add a comment.
-- Listed by ability name. If adding please include a comment.
local exclude_list = {
local exclude_list = {
     ["debuffresist"] = {
     ["debuffresist"] = {