| 1|Jan|January ={{MediaWiki:January{{I18n month/form |{{{form|}}} }}/{{{2}}} }}
| 2|Feb|February ={{MediaWiki:February{{I18n month/form |{{{form|}}} }}/{{{2}}} }}
…
2キロバイト (256 語) - 2014年3月26日 (水) 22:51
{{{2|}}} = month: input to {{I18n month}}
{{{form|}}}
…
6キロバイト (562 語) - 2014年6月4日 (水) 23:04
local i18n = require('Module:I18n/date') -- get localized translations of date formats
{{#invoke:Date|Date|year=|month=|day=|hour=|minute=|second=|tzhour=|tzmin=|lang=en}}
…
11キロバイト (1,728 語) - 2019年2月4日 (月) 23:51
yearStr0 = string.format('%04i', year ) -- 4 digit year in standard form "0123"
if yearStr0==yearStr1 then -- most of languages use standard form of year
…
19キロバイト (2,701 語) - 2023年5月8日 (月) 09:09
local digits = {}; -- for i18n; table that translates local-wiki digits to western digits
…onth_num = {}; -- for i18n; table that translates local-wiki month names to western digits
…
38キロバイト (5,708 語) - 2025年1月15日 (水) 18:42
This function does not work if it is fed month names for languages other than English. Wikimedia #time: parser
apparently doesn't understand non-English date month names. This function will always return false when the date
…
66キロバイト (10,657 語) - 2025年3月18日 (火) 19:26
local local_digits_from_mediawiki = false; -- for i18n; when true, module fills date_names['local_digits'] from MediaWiki; manual
local local_date_names_from_mediawiki = false; -- for i18n; when true, module fills date_names['local']['long'] and date_names['local'
…
114キロバイト (15,290 語) - 2025年8月14日 (木) 16:52
-- form of French "of" based on "precision", which is wikibase compatible date prec
-- 6=millennium, 7=century, 8=decade, 9=year, 10=month, 11=day
…
82キロバイト (12,416 語) - 2020年1月29日 (水) 13:27