Editing Module:AbilityHintsGive feedback
Jump to navigation
Jump to search
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 22: | Line 22: | ||
-- Tooltip wording for a manually placed icon, keyed by its iconbox state. Each entry | -- Tooltip wording for a manually placed icon, keyed by its iconbox state. Each entry | ||
-- takes the item title as {{{1}}}, so translations can put the object where their | -- takes the item title as {{{1}}}, so translations can put the object where their | ||
-- grammar wants it rather than always after the verb | -- grammar wants it rather than always after the verb. | ||
local STATE_DICT_KEYS = { | local STATE_DICT_KEYS = { | ||
normal = "AbilityHintsInteracts", | normal = "AbilityHintsInteracts", | ||
| Line 89: | Line 88: | ||
dict_key = STATE_DICT_KEYS.partial | dict_key = STATE_DICT_KEYS.partial | ||
partial = true | partial = true | ||
end | end | ||
local tip = dictionary.translate(dict_key, nil, nil, { m.title }) | local tip = dictionary.translate(dict_key, nil, nil, { m.title }) | ||