Content deleted Content added
No edit summary |
No edit summary |
||
Line 352:
end
json.usercalc = frame:preprocess(json.usercalc)
--- Determine pre-pended text eg. "sunset, <date>"
Line 368 ⟶ 367:
-- Render
local rend = renderHoli(json,holiday,date,df,format,tname,cite,json.usercalc)
if not rend then
rend = '<span style="font-size:100%" class="error citation-comment">Error in [[:Template:' .. tname .. ']]: Unknown problem. Please report on template talk page.</span>'
|