Module:Coordinates: Difference between revisions

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