All public logs

From Nasqueron Agora

Combined display of all available logs of Nasqueron Agora. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:05, 27 May 2023 Dereckson talk contribs created page Module:Timetable (Created page with "function generateTimeList(weekday, start, finish) -- Define the time zones local utcOffset = 0 local cestOffset = 2 local mdtOffset = -6 -- Parse the start and end times local startHour, startMinute = start:match("(%d+):(%d+)") local endHour, endMinute = finish:match("(%d+):(%d+)") -- Convert the start and end times to integers startHour = tonumber(startHour) startMinute = tonumber(startMinute) endHour = tonumber(endHour) endMinute = tonumber(...")