Module:AbilityData/hero: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m used abil module funcs were ported to Abilities/card
Sur (talk | contribs)
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 = "<h2>" .. ability_name_localized .. "</h2>\n"
local tab_name = "<h3>" .. ability_name_localized .. "</h3>\n"
--Determine notes link
--Determine notes link