Module:Coordinates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 430:
local Display = string.lower(args.display or "inline")
local text
if string.find( Display, 'inline' ) ~= nil then
text = displayinline(contents)
end
if string.find( Display, 'title' ) ~= nil then
text = text .. displaytitle(contents)
end
if string.find( Display, 'inline' ) ~= nil then
text = text .. displayinline(contents)
end
return text .. Notes
Anonymous user