Module:Timetable: Revision history

From Nasqueron Agora

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 May 2023

  • curprev 18:1018:10, 27 May 2023Dereckson talk contribs 1,752 bytes +36 No edit summary
  • curprev 18:0718:07, 27 May 2023Dereckson talk contribsm 1,716 bytes +16 p
  • curprev 18:0518:05, 27 May 2023Dereckson talk contribs 1,700 bytes +1,700 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(..."