imported>Ged UK m Protected Module:No globals: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite)) |
m 판 15개를 가져왔습니다: 영어 위키백과에서 가져옴 |
||
| (사용자 20명의 중간 판 23개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
local mt = getmetatable(_G) or {} | local mt = getmetatable(_G) or {} | ||
function mt.__index (t, k) | function mt.__index (t, k) | ||
if | if k ~= 'arg' then | ||
error('Tried to read nil global ' .. tostring(k), 2) | error('Tried to read nil global ' .. tostring(k), 2) | ||
end | end | ||