Module:Weekly site information: Difference between revisions
Appearance
Dat Hack3r (talk | contribs) Created module. |
Dat Hack3r (talk | contribs) m This should be named main. |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
function p. | function p.main(frame) | ||
-- Define the start date of Week 1 | -- Define the start date of Week 1 | ||
local week1Start = os.time{year=2024, month=9, day=8} | local week1Start = os.time{year=2024, month=9, day=8} |