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
  • 19:21, 23 September 2025 Annwan talk contribs created page Module:UŊCDSO (Created page with "local d = require "Module:Data/UŊCDSO/Countries" local _m = {} _m.number_ung = function(frame) local count = 0 for _,c in ipairs(d.countries) do if c.ung == "MEMBER" then count = count + 1 end end return count end _m.table_sovereign = function(frame) end return _m")