Content deleted Content added
OliverGalvin (talk | contribs) Add optional name parameter, like the Coordinates module, to set the title |
OliverGalvin (talk | contribs) No edit summary |
||
Line 327:
end
local linktitle = args[2]
local namearg = args["name"]
local args = split(input,'_')
local LL
Line 379 ⟶ 380:
url = url..'_region:'..LL[1]
end
if
url = url .. "&title=" .. mw.uri.encode(
end
url = url..' '..linktitle..']'
|