Content deleted Content added
No edit summary |
No edit summary |
||
Line 350:
--- Parse JSON files
local cfgfile = mw.title.makeTitle( 'Template', tname .. '/Configuration.js' )
if not cfgfile.exists then
return inlineError("holiday", 'File missing Template:' .. tname .. '/Configuration.js', tname) .. createTracking()
end
local cfg, json = nil
local isAvail, it = isHolidayAvail( cfg, holiday )
if isAvail then
|