Content deleted Content added
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1:
--[[ -------------- Hanukkah dates ----------------------------
Note 1: Dates after December 31 are not listed such as in 2024. This is by
design because {{Calendar date}} does not support cross-year boundaries.
Adding them may produce unexpected results. The template however does work
around this limitation by calculating the end-date by adding 8 years to the
start date, if this condition is encountered.
Note 2: {{Calendar date}} requires dates to be in chronological order, thus
the date of [1] is chronologically before [2]
Source: Hebcal.com by Danny Sadinoff and Michael J. Radwin (CC-BY-3.0)
https://www.hebcal.com/holidays/chanukah
accessdate = 2018-08-26
]]
local eventfile = {}
Line 1,795 ⟶ 1,811:
},
}
return {event=event}
|