Difference between revisions of "Module:No globals"

Jump to navigation Jump to search
m
en>Mainframe98
en>Mainframe98
Line 2: Line 2:
function mt.__index (t, k)
function mt.__index (t, k)
if k ~= 'arg' then
if k ~= 'arg' then
-- perf optimization here and below: do not load Module:TNT unless there is an error
error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2)
error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2)
end
end
Anonymous user

Navigation menu