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
  • 20:22, 4 January 2026 Annwan talk contribs created page Module:Post (Created page with "local post = {} local places = require"Module:Places" local data = mw.loadJsonData"Data:Post" post.providers_table = function(frame) local out = '{| class="wikitable sortable"\n|-\n! Code\n! Name\n! Headquarters\n! Manager(s)\n' for _, v in ipairs(data.providers) do out = out .. "|-\n" out = out .. "| " .. v.shorthand .. "\n" out = out .. "| " .. v.name .. "\n" out = out .. "| " .. v.hq .. "\n" out = out .. "| " for i, m in ipairs(v.managers) do if i ~...")