All public logs

Combined display of all available logs of Stiles Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:34, 26 May 2022 Maxwells talk contribs created page Module:Convert Month (Created page with "local p = {} function p.main(frame) local orgiArgs = frame:getParent().args local args = {} for k, v in pairs(orgiArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(monthnumber, setting) if setting == "Solandria" then monthNames = {"Miry", "Ozdary", "Rydust", "Iptust", "Tosey", "Iverly", "Eohe", "Kasgust", "Andust", "Bepry", "Nindust", "Tymust", "Ekage", "Aphly", "Asust", "Syranust"}...")