Module:Calendar date/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 417:
 
--- Determine pre-pended text eg. "sunset, <date>"
if not jsoncfg.main.event[it].prepend1 then
jsoncfg.main.event[it].prepend1 = (jsoncfg.main.event[it].prepend1 =and (jsoncfg.main.event[it].prepend1 .. ", ")) or ""
--if not jsoncfg.main.event[it].prepend1 then
else
-- jsoncfg.main.event[it].prepend1 = jsoncfg.main.event[it].prepend1 .. ", "
end--else
-- jsoncfg.main.event[it].prepend1 = jsoncfg.main.event[it].prepend1 .. ", "
--end
 
if not jsoncfg.main.event[it].prepend2 then
jsoncfg.main.event[it].prepend2 = ""