Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(fix note handling)
(fix)
Line 564: Line 564:
local text = ''
local text = ''
if string.find( Display, 'inline' ) ~= nil or Display == 't' or
if string.find( Display, 'inline' ) ~= nil or Display == 'i' or
Display == 'it' or Display == 'ti' then
Display == 'it' or Display == 'ti' then
text = displayinline(contents, Notes)
text = displayinline(contents, Notes)
end
end
if string.find( Display, 'title' ) ~= nil or Display == 'i' or
if string.find( Display, 'title' ) ~= nil or Display == 't' or
Display == 'it' or Display == 'ti' then
Display == 'it' or Display == 'ti' then
text = text .. displaytitle(contents, Notes)
text = text .. displaytitle(contents, Notes)