Module:Citation/CS1/Date validation and Module:Citation/CS1/Date validation/sandbox: Difference between pages

(Difference between pages)
Jump to navigation Jump to search
Page 1
Page 2
imported>Trappist the monk
synch from sandbox;
 
imported>Pppery
 
Line 1: Line 1:
--[[
History of changes since last sync: 2025-08-30
]]
--[[--------------------------< F O R W A R D  D E C L A R A T I O N S >--------------------------------------
--[[--------------------------< F O R W A R D  D E C L A R A T I O N S >--------------------------------------
]]
]]
Line 229: Line 235:
end
end
else
else
month_length = days_in_month[month];
month_length = days_in_month[month] or 0; -- invalid month number is nil so default <month_length> to 0
end
end


Line 1,225: Line 1,231:
date_name_xlate = date_name_xlate,
date_name_xlate = date_name_xlate,
dates = dates,
dates = dates,
is_valid_date = is_valid_date,
reformat_dates = reformat_dates,
reformat_dates = reformat_dates,
set_selected_modules = set_selected_modules,
set_selected_modules = set_selected_modules,