Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 429: Line 429:
local Notes = args.notes or ""
local Notes = args.notes or ""
local Display = string.lower(args.display or "inline")
local Display = string.lower(args.display or "inline")
local text
local text = ''
if string.find( Display, 'title' ) ~= nil then
if string.find( Display, 'title' ) ~= nil then
text = displaytitle(contents)
text = text .. displaytitle(contents)
end
end
if string.find( Display, 'inline' ) ~= nil then
if string.find( Display, 'inline' ) ~= nil then