Content deleted Content added
No edit summary |
No edit summary |
||
Line 224:
local tname = "Holigreg" -- name of calling template. Change if template rename.
local holiday = nil -- name of holiday
local date = nil -- date of holiday (year)
local df = nil -- date format (mdy, dmy, iso - default: iso)
local format = nil -- template display format options
Line 237:
--- Determine date
date = trimArg(args.
if not date then
return inlineError("
elseif not verifyDate(date) then
return inlineError("
end
|