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
  • 08:24, 5 September 2025 Annwan talk contribs created page Module:Utils (Created page with "local _m = {} --- Return a if not `nil` or the empty string, or b otherwise _m._def = function(a, b) return (a ~= nil and a ~= "") and a or b end --- Extracts the argument from all the reasonable ways an argument may have been passed _m._a = function (x) if type(x) ~= "table" then return x end -- Did we get a frame if type(x.args) == "table" then return x.args[1] end -- Also support passing the argument in a table return x[1] end return _m")