🇮🇷 Iran Proxy | https://www.wikipedia.org/wiki/Module:Sandbox/Xeror/Test
Jump to content

Module:Sandbox/Xeror/Test

From Wikipedia, the free encyclopedia
dataset = {}

local p = {}

function p.set(frame)
	dataset[frame.args[1]] = 'true'
end

function p.get(frame)
	return 'this is ' .. dataset[frame.args[1]]
end

return p