Module:AbilityTable: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
Render Hero and Ability columns using HeroIcon and AbilityIcon, with hero lookup from AbilityCards (with help from vergir-bot LLM)
Vergir (talk | contribs)
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["Key"] }
             args  = { ability["Name"] }
         }
         }