Jump to content

Module:Adjacent stations/Utrechtse sneltram

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Utrechtse sneltram]]",
	["system icon"] = "",
	["system color"] = "FFA500",
	["station format"] = {
		"%",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "Tram %1",
			["left destination"] = "P+R Science Park",
			["text color"] = "FFFFFF",
			["color"] = "FFA500",
			["icon format"] = "route",
		},
		["20"] = {
			["right destination"] = "Nieuwegein-Zuid",
		},
		["21"] = {
			["right destination"] = "IJsselstein-Zuid",
		},
		["22"] = {
			["right destination"] = "Utrecht CS Centrumzijde",
		},
	},
}

return p