User contributions for Nyuhnyash

From Vintage Story Wiki
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

7 November 2023

19 March 2023

  • 20:4520:45, 19 March 2023 diff hist +784 N Module:DateCreated page with "local p = {} p.months = { ["01"] = "January", ["02"] = "February", ["03"] = "March", ["04"] = "April", ["05"] = "May", ["06"] = "June", ["07"] = "July", ["08"] = "August", ["09"] = "September", ["10"] = "October", ["11"] = "November", ["12"] = "December" } function p.iso(f) local args = require('Module:ProcessArgs').merge(true) if #args < 1 then return nil end -- Format example: 2023-03-20 local dateRaw = args[1] local entries = {}..."