Module:Coordinates: Difference between revisions

fix
(fix note handling)
(fix)
Line 564:
local text = ''
if string.find( Display, 'inline' ) ~= nil or Display == 'ti' or
Display == 'it' or Display == 'ti' then
text = displayinline(contents, Notes)
end
if string.find( Display, 'title' ) ~= nil or Display == 'it' or
Display == 'it' or Display == 'ti' then
text = text .. displaytitle(contents, Notes)
Anonymous user