Module:Adjacent stations/Trams in Zürich

local rws = "%1 railway station"

local p = {
	["system title"] = "[[Trams in Zürich|Zürich tramway network]]",
	["system icon"] = "",
	["station format"] = {
		"%1 tram stop",
		["Zürich Balgrist"] = rws,
		["Zürich Hegibachplatz"] = rws,
		["Zürich Kreuzplatz"] = rws,
		["Zürich Rehalp"] = rws,
		["Zürich Stadelhofen FB"] = rws,
	},
	["system icon format"] = "route",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Zürich tram route %1|%1]]",
			["text color"] = "FFFFFF",
		},
		["2"] = {
			["color"] = "ed1c24",
		},
		["3"] = {
			["color"] = "00ac4f",
		},
		["4"] = {
			["color"] = "49479d",
		},
		["5"] = {
			["color"] = "956438",
		},
		["6"] = {
			["color"] = "d99f4f",
		},
		["7"] = {
			["color"] = "231f20",
		},
		["8"] = {
			["color"] = "a6ce39",
			["text color"] = "000000",
			["left terminus"] = "Hardturm",
			["right terminus"] = "Klusplatz",
		},
		["9"] = {
			["color"] = "49479d",
		},
		["10"] = {
			["color"] = "ee3897",
		},
		["11"] = {
			["color"] = "00ac4f",
			["left terminus"] = "Auzelg",
			["right terminus"] = "Zürich Rehalp",
		},
		["12"] = {
			["color"] = "7ad0e2",
			["text color"] = "000000",
		},
		["13"] = {
			["color"] = "ffd503",
			["text color"] = "000000",
		},
		["14"] = {
			["color"] = "00aeef",
		},
		["15"] = {
			["color"] = "ed1c24",
			["left terminus"] = "Bucheggplatz",
			["right terminus"] = "Zürich Stadelhofen FB",
		},
		["17"] = {
			["color"] = "9e1762",
		},
		["20"] = {
			["color"] = "9e1762",
		},
	},
}

return p