Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 112:
-- replace this later with the actual helper template
function urlEscape(arg)
return arg:gsubmw.uri.encode("%<", "%%3C"):gsub("%>",arg "%%3E");
end
 
Line 173:
return '<span class="plainlinks nourlexpansion">' .. globalFrame:preprocess(
'[http://toolserver.org/~geohack/geohack.php?pagename={{FULLPAGENAMEE}}&params=' ..
'{{urlencode:' .. uriComponents .. '}} ' .. inner .. ']') .. '</span>'
end