Revision as of 14:34, 28 July 2024 by MetaWiki:MainPage>Steven Buber(Protected "Module:No globals" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
localmt=getmetatable(_G)or{}functionmt.__index(t,k)ifk~='arg'thenerror('Tried to read nil global '..tostring(k),2)endreturnnilendfunctionmt.__newindex(t,k,v)ifk~='arg'thenerror('Tried to write global '..tostring(k),2)endrawset(t,k,v)endsetmetatable(_G,mt)