All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO 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:46, 15 December 2022 Nano talk contribs created page Module:Table (Created page with "local lu = require('Module:LibraryUtil') local checkType = lu.checkTypeLight -- Begin Exports local p = {} -- Load table library if this module is loaded as "table" p.concat = table.concat p.maxn = table.maxn p.remove = table.remove p.insert = table.insert p.sort = table.sort p.unpack = function(t) local mt = getmetatable(t) local __m = (mt or {}).__unpack if __m then if type(__m) == 'function' then return __m(t) else return __m end else local _, __...")