Module:Upcoming Birthdays

From NOISZ Wiki
Revision as of 09:54, 29 September 2025 by RiceEmpress (talk | contribs) (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) return os.time end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Upcoming Birthdays/doc

local capiunto = require 'capiunto'
local p = {}
function p.main(frame) 
 return os.time
end


return p