Main public logs

Jump to navigation Jump to search

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

Logs
  • 00:51, 31 December 2025 Astaryuu talk contribs created page Module:Rokaselan-calendar (Created page with "local p = {} function p.year2name(frame) -- first arg should be the number of years since the epoch local count = tonumber(frame.args[1]) -- Returns count+MS for when the dynasty is in the future if count >= 2450 then return count .. " MS" elseif count >= 2339 then dynasty_year = count - 2338 return "Kanata " .. dynasty_year elseif count >= 2199 then dynasty_year = count - 2198 return "Peska " .. dynasty_year elseif count >= 2025 then...")