Jump to content

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.

13 Januware 2021

8 Januware 2021

11 Mei 2019

21 Novemba 2016

  • curprev 06:1006:10, 21 Novemba 2016 Liuxinyu970226 toktok contribs 307 bytes +307 Niu pej: 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.__newindex(t, k,...