Content deleted Content added
OliverGalvin (talk | contribs) No edit summary |
add oscoord function |
||
Line 385:
url = url..' '..linktitle..']'
return url
end
function oscoord.oscoord(frame)
local output = '"<span class="plainlinks nourlexpansion" style="white-space: nowrap">' .. oscoord.main(frame) .. '</span>'
if mw.title.getCurrentTitle().namespace ~= 0 then
output = output .. '[[Category:Articles with OS grid coordinates]]'
end
return output
end
|