Editing Module:Abilities/utilsGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 102: | Line 102: | ||
function p.get_notes_source_page_name(ability_key) Β | function p.get_notes_source_page_name(ability_key) Β | ||
local ability_name_en = data["Name"] | |||
local ability_name_localized = lang.get_string(ability_key) | local ability_name_localized = lang.get_string(ability_key) | ||
local notes_str_localized = dictionary_module.translate('Notes', nil, '') | local notes_str_localized = dictionary_module.translate('Notes', nil, '') | ||