Module:Marker/i18n

Documentation for this module may be created at Module:Marker/i18n/doc

-- internationalisation return { 	msg = { 		tooltip		= 'See this element on the map', 		wikipedia   = ' on Wikipedia', 		wikidata    = ' on Wikidata', 		yes			= 'yes', 		url			= 'Web link', 	}, 	errorMsg = { 		wrongFile	= 'NOT EXISTING IMAGE', 		missingWL	= 'MISSING WIKILINK', 	}, 	categories = { 		noCoords	= ' listing with no coordinates', 		withMarker	= 'Has map markers', 		noWikilink	= 'Marker with Wikivoyage article but no wikilink', 	}, 	wiki = { 		home		= 'enwikivoyage', 		wikipedia	= 'enwiki', 	}, 	parameters = { 		color       = 'color', 		counter     = 'counter', 		description = 'description', 		group       = 'group', 		image       = 'image', 		islisting   = 'islisting', 		lat         = 'lat', 		long        = 'long', 		mtype       = 'type', 		name        = 'name', 		show        = 'show', 		symbol      = 'symbol', 		text        = 'text', 		useIcon     = 'useIcon', 		url         = 'url', 		wikidata    = 'wikidata', 		zoom        = 'zoom', 	}, 	icons = { 		wikipedia	= 'Antu wikipedia.svg', 		wikidata	= 'Wikidata-logo.svg', 		url			= 'Blue globe icon.svg', 	}, 	listingTypes = { 		see			= 'see', 		eat			= 'eat', 		buy			= 'buy', 		drink		= 'drink', 		sleep		= 'sleep', 		['do']		= 'do', 		go			= 'go', 		city		= 'city', 		vicinity	= 'vicinity', 	} }