Revision history of "Module:Current events calendar"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 01:39, 19 December 2021Tachyony talk contribs 4,872 bytes +4,872 Created page with "-- This module renders the calendar seen on Portal:Current events. --[[ Incoming expected variables: frame.args.year = Integer value for year frame.args.month = Integer value for month, 1 based. --]] local p = {} local function makeWikilink(link, display) if display then return string.format('%s', link, display) else return string.format('%s', link) end end local function getDateStuff(argsDate) --[[ Note: This function takes advantage of t..."