Jump to content

Module:Adjacent stations/Utrechtse sneltram

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Durian Farmer (talk | contribs) at 20:46, 11 December 2022. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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