Tachyony
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..."