Difference between revisions 41836 and 41837 on zhwikivoyage

local p = {}
function p.hello(frame)
if frame.args[1] == '496' then
	return 'blablabla'
end
end
return p