Module:AbilityTable: Difference between revisionsGive feedback
mNo edit summary |
remove divinebarrier from extra_columns, revert get_cells contract back to (ability) only (with help from vergir-bot LLM) Tag: Manual revert |
||
| Line 30: | Line 30: | ||
headers = { "Heal Reduction", "Notes" }, | headers = { "Heal Reduction", "Notes" }, | ||
get_cells = Renderers.RenderHealReduce, | get_cells = Renderers.RenderHealReduce, | ||
}, | }, | ||
["moveslow"] = { | ["moveslow"] = { | ||
| Line 228: | Line 224: | ||
local ability_cell = frame:expandTemplate{ title = "AbilityIcon", args = { name } } | local ability_cell = frame:expandTemplate{ title = "AbilityIcon", args = { name } } | ||
local extra = get_cells(ability) | |||
local extra = get_cells(ability | |||
enrich_notes_compact(extra, stat_notes and stat_notes[name]) | enrich_notes_compact(extra, stat_notes and stat_notes[name]) | ||
| Line 280: | Line 275: | ||
local ability_cell = frame:expandTemplate{ title = "AbilityIcon", args = { ability["Name"] } } | local ability_cell = frame:expandTemplate{ title = "AbilityIcon", args = { ability["Name"] } } | ||
local extra = get_cells(ability | local extra = get_cells(ability) | ||
enrich_notes_full(extra, stat_notes and stat_notes[ability["Name"]]) | enrich_notes_full(extra, stat_notes and stat_notes[ability["Name"]]) | ||