Content deleted Content added
work on alternate countdown module |
No edit summary Tag: Reverted |
||
Line 11:
function p.main(frame, args)
args = args or
local timeInput = args['time'] or args[1] or error("No time string specified!")
local offset = args['offset'] or args[2] or ''
|