Module:Citation/CS1/Configuration/doc
Appearance
![]() | This is a documentation subpage for Module:Citation/CS1/Configuration. It may contain usage information, categories and other content that is not part of the original module page. |
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;