Jump to content

Module:Calendar: Revision history

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 Hlakubele 2022

  • curprev 18:2718:27, 27 Hlakubele 2022 Prince ovy bua litsebo 5,000 bytes +5,000 Created page with "-- This module renders the calendar seen on Portal:Current events. local p = {} local function makeWikilink(link, display) if display then return string.format('%s', link, display) else return string.format('%s', link) end end function p.main() local dateStuff = p.getDateStuff() local dayStrings = p.makeDayStrings(dateStuff) return p.export(dayStrings, dateStuff) end function p.getDateStuff() -- Gets date data. local dateStuff = {} local l..."