Module:Time: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 59: Line 59:
end
end
local seconds = tonumber(frame.args[1])
local seconds = tonumber(frame.args[1])
if frame.args["hms"] ~= "" then
if frame.args["hms"] == "true" then
return p.secondsToHMS(seconds)
return p.secondsToHMS(seconds)
else
else
432

edits