Content deleted Content added
No edit summary |
No edit summary |
||
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]
]]
local eventfile = {}
Line 1,795 ⟶ 1,807:
},
}
return {event=event}
|