Module:AbilitySection: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Group card and hint rail in .ability-section-main (only when hints present) so the rail wraps with the card and never lands beside the notes (with help from vergir-bot LLM) |
m Enable ability hints for existing hero pages |
||
| Line 98: | Line 98: | ||
} | } | ||
local hints_col = '' | local hints_col = '' | ||
if | if ability_key ~= nil then | ||
hints_col = AbilityHints.get_icons(ability_key, ability_num) | hints_col = AbilityHints.get_icons(ability_key, ability_num) | ||
end | end | ||