Module:No globals: Revision history

Jump to navigation Jump to search
  • Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
  • Viewing an old revision: Click on its time and date to view the page as it existed on that specific time and date.
  • Need help? See Help:Page history.

(cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

30 April 2019

  • curprev 19:4819:48, 30 April 2019K6ka talk contribs 307 bytes +307 Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end fun..."