Jump to content

Module:No globals

ཡོང་ཁུངས་Wikipedia
Revision as of ༢༡:༡༦, ༢༩ ཟླ་བཅུ་གཅིག་པ། ༢༠༢༢ by 春去無蹤 (གཏམ་གླེང། | མཐུན་འགྱུར།) (དཔེ་དུམ།)
(མི་འདྲ་ས།) ← བཟོ་བཅོས་སྔ་མ། | ཉེ་བའི་ཆར་གྱི་ཞིབ་བཤེར། (མི་འདྲ་ས།) | ཞིབ་བཤེར་གསར་བ་ཁག། (མི་འདྲ་ས།)

Documentation for this module may be created at Module:No globals/doc

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('Template: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('Template:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2)
	end
	rawset(t, k, v)
end
setmetatable(_G, mt)
"https://bo.wikipedia.org/w/index.php?title=Module:No_globals&oldid=140854"ལས་སླར་རྙེད་སོང།