Module:No globals: Difference between revisions
Jump to navigation
Jump to search
MeowyCats2 (talk | contribs) m 48 revisions imported |
|||
(26 intermediate revisions by 19 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 |