Jump to content

Shennaghys aavriwnys dy "Module:No globals"

Reih anchaslys: jean reih kiarkil reih ny lhiegganyn by vie lhiat cosoylaghey ad, as crig er "enter", ny er y cramman ec cass y rolley.
Ogher: (bio) = anchaslyssyn rish y lhieggan t'ayn nish, (roish) = anchaslyssyn rish y lhieggan roish, m = myn-reaghey

1 Mean Souree 2022

  • bioroish 19:5419:54, 1 Mean Souree 2022MacTire02 resoonaght cohortyssyn 458 byteyn +458 Duillag crooit lesh: local mt = getmetatable(_G) or {} function mt.__index (t, k) 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) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)