Editing Module:Abilities/details tableGive 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 101: | Line 101: | ||
-- get localized label, if none exists, fallback to one that is based on the key | -- get localized label, if none exists, fallback to one that is based on the key | ||
local label = lang.get_string(key..'_label' | local label = lang.get_string(key..'_label', nil, commonutils.add_space_before_cap(key)) | ||
local formatted_value = utils.format_value_with_prepost(key, value, frame, with_plus~=true) | local formatted_value = utils.format_value_with_prepost(key, value, frame, with_plus~=true) | ||