Module:Coordinates: Verskil tussen weergawes

Content deleted Content added
Vertaal
Etiket: Teruggerol
Rol weergawe 2677933 deur Pynappel (bespreek) terug.
Etikette: Ongedaanmaking Teruggerol
Lyn 631:
local contents, backward = formatTest(args)
local Notes = args.notes or ''
local Display = args.display and args.display:lower() and args.aansig and args.aansig:lower() or 'inline'
 
-- it and ti are short for inline,title and title,inline
local function isInline(s)
-- Finds whether coordinates are displayed inline.
return s:find('inline') ~= nil or s:find('inlyn') ~= nil or s == 'i' or s == 'it' or s == 'ti'
end
local function isInTitle(s)
-- Finds whether coordinates are displayed in the title.
return s:find('title') ~= nil or s:find('titel') ~= nil or s == 't' or s == 'it' or s == 'ti'
end