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
  • 17:47, 22 May 2026 Annwan talk contribs created page Module:Calendar (Created page with "local p = {} local def = require("Module:Utils").def p.format = function(frame) local system = def(frame.args.cal, def(frame.args[1], 'gregorian')) if mw.title.new('Calendar/' .. system, 'Module').exists() then local cal = require("Module:Calendar/"..system) cal.to_formatted(cal.from(frame.args)) else return '<p style="color: red"><code>Module:Calendar</code> error: no such calendar: <code>' .. system .. '</code></p>Category:Pages with script errors' end...")