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 94: | Line 94: | ||
end | end | ||
function create_row(key, value, scale_type, scale_value, frame) | |||
function create_row(key, value, scale_type, scale_value, frame | |||
if key == nil or value == nil then | if key == nil or value == nil then | ||
return '' | return '' | ||
| Line 106: | Line 105: | ||
end | end | ||
local formatted_value = utils.format_value_with_prepost(key, value, frame | local formatted_value = utils.format_value_with_prepost(key, value, frame) | ||
local row = '|' .. label .. '||' .. formatted_value | local row = '|' .. label .. '||' .. formatted_value | ||