Adam
Новая страница: «-- Module that should replace {{NextPrev}} local p = {} --local mw_time = mw.getContentLanguage():formatDate() local yyyymmdd = require('Module:Dates').yyyymmdd -- parses date -- if it is: "7 ноября 2021" then transforms to yyyy-mm-dd -- if it matches "^%s*%d+\-%d+\-%d+" which means format "*-*-*" where the order could be different but it ASSUMES that it is yyyy-mm-dd then does nothing local Date = require('Module:Date')._Date --? -- date is Date ob...»