Module:Coordinates: Difference between revisions

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