All public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Pinched Universe. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:46, 25 June 2024 Hori talk contribs created page Module:No globals (Created page with "local a=getmetatable(_G)or{}function a.__index(b,c)if c~='arg'then error('Tried to read nil global '..tostring(c),2)end;return nil end;function a.__newindex(b,c,d)if c~='arg'then error('Tried to write global '..tostring(c),2)end;rawset(b,c,d)end;setmetatable(_G,a)")