Content deleted Content added
No edit summary |
No edit summary |
||
Line 351:
local cfgfile = mw.title.makeTitle( 'Template', tname .. '/Configuration.js' )
local cfg, json = nil
cfg = mw.text.jsonDecode(
local isAvail, it = isHolidayAvail( cfg, holiday )
if isAvail then
|