Editing Module:Variants
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 82: | Line 82: | ||
local function formatProfessionLevel(profession, level, high) |
local function formatProfessionLevel(profession, level, high) |
||
if not |
if not profession then |
||
return nil |
return nil |
||
end |
end |
||
profession = profession or 'Unknown profession' |
|||
local level_text = tostring(level or '?') |
local level_text = tostring(level or '?') |
||
if high then |
if high then |