Module:Coordinates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 112:
-- replace this later with the actual helper template
function urlEscape(arg)
return arg:gsub("%s+", '%%20'):gsub("%<", "%%3C"):gsub("%>", "%%3E")
end
 
Anonymous user