Module:Citation/CS1/Configuration/doc
From All Skies Encyclopaedia
This is the documentation page for Module:Citation/CS1/Configuration
local name = lang_obj:formatDate('F', '2022-' .. i .. '-1'); -- get long month name for each i long_t[name] = i; -- save it name = lang_obj:formatDate('M', '2022-' .. i .. '-1'); -- get short month name for each i short_t[name] = i;