Module:Table: Revision history

From IdleOn MMO Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 December 2022

  • curprev 08:4608:46, 15 December 2022Nano talk contribs 71,920 bytes +71,920 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 _, __..."