Content deleted Content added
No edit summary |
No edit summary |
||
Line 239:
-- Add "outside of Israel" notices
if endoutoffset then
datesplit = mw.text.split(endoutoffset, "-")
local leader = " "
if format == "infobox" then leader = "<br>" end
end
if not
end
Line 264 ⟶ 258:
-- return output
if startdate == enddate or json.days == "1" then -- single date
return json.prepend1 .. startdate ..
else
return json.prepend1 .. startdate .. format .. json.prepend2 .. enddate ..
end
|