وحدة:ملعب/Mr. Ibrahem/cs1

من ويكيبيديا، الموسوعة الحرة
p = {}
function p.main(frame)
	local args = frame.args
	return args[1]
end

return p;