Content deleted Content added
Holly Cheng (talk | contribs) citetitle |
Newslinger (talk | contribs) Use lowercase "/events" per Template talk:Calendar date#Requested move 17 June 2019 |
||
Line 1:
--[[
Display Gregorian date of a holiday that moves year to year. Date data can be obtained from multiple sources as configured in Module:Calendar date/
"localfile" = local data file (eg. https://en.wikipedia.org/wiki/Template:Calendar_date/localfiles/Hanukkah)
Line 12:
local p = {}
local cfg -- Data structure from ~/
local eventdata -- Data structure from ~/localfiles/<holiday name>
local track = {} -- Tracking category container
Line 341:
-- Load configuration file
local eventsfile = mw.loadData ('Module:Calendar date/
if eventsfile.hebrew_calendar[mw.ustring.upper(holiday)] then
cfg = eventsfile.hebrew_calendar[mw.ustring.upper(holiday)]
|