Module:AbilityData/hero: Difference between revisionsGive feedback
m used abil module funcs were ported to Abilities/card |
m ability names in h3 instead of h2 |
||
| Line 106: | Line 106: | ||
local ability_name_localized = lang_module.get_string(ability_key) | local ability_name_localized = lang_module.get_string(ability_key) | ||
local notes_str_localized = dictionary_module.translate('Notes', nil, '') | local notes_str_localized = dictionary_module.translate('Notes', nil, '') | ||
local tab_name = "< | local tab_name = "<h3>" .. ability_name_localized .. "</h3>\n" | ||
--Determine notes link | --Determine notes link | ||