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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

21 July 2016

  • curprev 01:2901:29, 21 July 2016pt>!Silentm 307 bytes 0 Protegeu "Módulo:No globals": Módulo com impacto significativo em outras páginas ([Editar=Permitir apenas autorrevisores] (indefinidamente) [Mover=Permitir apenas autorrevisores] (indefinidamente)) undo

25 August 2015

29 July 2015

19 February 2015

29 October 2014

  • curprev 16:4816:48, 29 October 2014Paladox talk contribs 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..." undo

2 May 2014

24 April 2014

23 April 2014

  • curprev 20:4820:48, 23 April 2014Enwikipedia>Jackmcbarn 323 bytes −16 setting doesn't need exception for name undo
  • curprev 20:4620:46, 23 April 2014Enwikipedia>Jackmcbarn 339 bytes −118 don't bother saving old __index or __newindex undo
  • curprev 20:3820:38, 23 April 2014Enwikipedia>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...'
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)