User contributions
- 03:20, 20 July 2014 (diff | hist) . . (+36) . . Module:Delink (don't use globals)
- 01:42, 12 July 2014 (diff | hist) . . (-391) . . Module:Delink (use Module:Arguments)
- 01:34, 12 July 2014 (diff | hist) . . (-314) . . Module:Delink (since mw.ustring is 30x slower than string, only use it when necessary)
- 01:13, 26 June 2014 (diff | hist) . . (-2) . . Module:Delink (expose _delink)
- 01:10, 26 June 2014 (diff | hist) . . (+6) . . Module:Delink (make p local)
- 16:35, 2 May 2014 (diff | hist) . . (-16) . . Module:No globals (rm name exception)
- 21:48, 23 April 2014 (diff | hist) . . (-16) . . Module:No globals (setting doesn't need exception for name)
- 21:46, 23 April 2014 (diff | hist) . . (-118) . . Module:No globals (don't bother saving old __index or __newindex)
- 21:38, 23 April 2014 (diff | hist) . . (+457) . . N Module:No globals (←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...')