Content deleted Content added
finish rough idea |
...and of course lua does it the weird way |
||
Line 6:
function p.main(frame)
local day = Date(frame.args[1]) or string.format('%s %s %s', current.day, current.month, current.year)
return ": ''As of "
end
|