All public logs
From IdleOn MMO Wiki
Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:55, 17 May 2024 Nads talk contribs created page Module:Lab Rotation (Created page with "require('strict') local Random = require('Module:Random') local Data = require('Module:Lab Rotation/Data') local p = {} --- The number of seconds in a week. local SECONDS_PER_WEEK = 604800 --- The format to display dates in. local DATE_FORMAT = '!%d %b %Y' --- @alias ArgsWhat { slot: integer, week?: integer, offset?: integer } --- @alias ArgsWhen { item: string } --- Gets the current week --- @return integer local function getCurrentWeek() return math.floor(os....")