Module:AbilityTable: Difference between revisionsGive feedback
Render Hero and Ability columns using HeroIcon and AbilityIcon, with hero lookup from AbilityCards (with help from vergir-bot LLM) |
m key => name when rendering |
||
| Line 120: | Line 120: | ||
local ability_cell = frame:expandTemplate{ | local ability_cell = frame:expandTemplate{ | ||
title = "AbilityIcon", | title = "AbilityIcon", | ||
args = { ability[" | args = { ability["Name"] } | ||
} | } | ||