Module:No globals: Revision history

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.

14 October 2022

9 October 2022

25 November 2021

11 June 2021

  • curprev 21:4521:45, 11 June 2021frontierpediav5>WikiSysop 307 bytes 0 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 function mt.__newi..."

1 April 2020

  • curprev 06:2806:28, 1 April 2020en>MusikAnimal 307 bytes +307 Undid revision 948472525 by [[Special:Contributions/w>DiBabelYurikBot|w>DiBabelYurikBot]] ([[User talk:w>DiBabelYurikBot|talk]])
  • curprev 06:1206:12, 1 April 2020en>MusikAnimalm 458 bytes 0 1 revision imported

10 May 2019

13 March 2019

2 May 2014

24 April 2014

  • curprev 11:5811:58, 24 April 2014en>Ged UKm 323 bytes 0 Protected Module:No globals: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))

23 April 2014

  • curprev 20:4820:48, 23 April 2014en>Jackmcbarn 323 bytes −16 setting doesn't need exception for name
  • curprev 20:4620:46, 23 April 2014en>Jackmcbarn 339 bytes −118 don't bother saving old __index or __newindex
  • curprev 20:3820:38, 23 April 2014en>Jackmcbarn 457 bytes +457 Created page with 'local mt = getmetatable(_G) or {} local oldIndex = mt.__index or function() return nil end mt.__index = function(t, k) if k ~= 'name' and k ~= 'arg' then erro...'