Tom
Replaced content with "function coordinates._coord( args ) local orig_args = args -- Get arguments (wrapped by Template:Coord) args = require('Module:Arguments').getArgs( orig_args, { wrappers = 'Template:Coord', removeBlanks = false } ) -- Default display mode local display = args.display or 'inline,title' if display:find('^i$') then display = 'inline' end if display:find('^it$') or display:find('^ti$') then display = 'inline,title' en..."