Module:Common: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 324: Line 324:
if frame == nil then
if frame == nil then
return '<invalid frame object>'
return '<invalid frame object>'
end
if frame.args[1] == nil then
return '<missing argument seconds>'
end
end
local seconds = tonumber(frame.args[1])
local seconds = tonumber(frame.args[1])
432

edits