Module:Ordnance Survey coordinates/sandbox: Difference between revisions

Content deleted Content added
use new geohack URL structure
Add optional name parameter, like the Coordinates module, to set the title
Line 378:
if string.find(input,"region") == nil then
url = url..'_region:'..LL[1]
end
if args["name"] then
url = url .. "&title=" .. mw.uri.encode(args["name"])
end
url = url..' '..linktitle..']'