Difference between revisions of "Module:No globals"

Jump to navigation Jump to search
m
22 revisions imported
en>Mainframe98
m (22 revisions imported)
 
(5 intermediate revisions by 5 users not shown)
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

Navigation menu