Difference between revisions 41834 and 41836 on zhwikivoyage

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