Difference between revisions of "Module:Rotations"
Jump to navigation
Jump to search
(Created page with "local p = {} function p.time(frame) return os.date("%A %d/%m/%Y %H:%M:%S") end return p") |
(No difference)
|
Revision as of 16:23, 20 May 2020
Documentation for this module may be created at Module:Rotations/doc
local p = {}
function p.time(frame)
return os.date("%A %d/%m/%Y %H:%M:%S")
end
return p