Jump to content

Module:Adjacent stations/Trams in Zürich

From Wikipedia, the free encyclopedia

local rws = "%1 railway station"

local p = {
	["system title"] = "[[Trams in Zürich|Zürich tramway network]]",
	["system icon"] = "",
	["station format"] = {
		"%1 tram stop",
		["Killwangen-Spreitenbach"] = rws,
		["Stettbach"] = rws,
		["Tiefenbrunnen"] = rws,
		["Zürich Airport"] = rws,
		["Zurich Altstetten"] = rws,
		["Zürich Balgrist"] = rws,
		["Zurich Enge"] = rws,
		["Zürich Hauptbahnhof"] = "%1",
		["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",
			["left terminus"] = "Geissweid",
			["right terminus"] = "Tiefenbrunnen",
		},
		["3"] = {
			["color"] = "00ac4f",
			["left terminus"] = "Albisrieden",
			["right terminus"] = "Klusplatz",
		},
		["4"] = {
			["color"] = "49479d",
			["left terminus"] = "Zurich Altstetten",
			["right terminus"] = "Tiefenbrunnen",
		},
		["5"] = {
			["color"] = "956438",
			["left terminus"] = "Laubegg",
			["right terminus"] = "Kirche Fluntern",
		},
		["6"] = {
			["color"] = "d99f4f",
			["left terminus"] = "Zurich Enge",
			["right terminus"] = "Zoo",
		},
		["7"] = {
			["color"] = "231f20",
			["left terminus"] = "Wollishoferplatz",
			["right terminus"] = "Stettbach",
		},
		["8"] = {
			["color"] = "a6ce39",
			["text color"] = "000000",
			["left terminus"] = "Hardturm",
			["right terminus"] = "Klusplatz",
		},
		["9"] = {
			["color"] = "49479d",
			["left terminus"] = "Triemli",
			["right terminus"] = "Hirzenbach",
		},
		["10"] = {
			["color"] = "ee3897",
			["left terminus"] = "Zürich Hauptbahnhof",
			["right terminus"] = "Zürich Airport",
		},
		["11"] = {
			["color"] = "00ac4f",
			["left terminus"] = "Auzelg",
			["right terminus"] = "Zürich Rehalp",
		},
		["12"] = {
			["color"] = "7ad0e2",
			["text color"] = "000000",
			["left terminus"] = "Stettbach",
			["right terminus"] = "Zürich Airport",
		},
		["13"] = {
			["color"] = "ffd503",
			["text color"] = "000000",
			["left terminus"] = "Albisgütli",
			["right terminus"] = "Frankental",
		},
		["14"] = {
			["color"] = "00aeef",
			["left terminus"] = "Triemli",
			["right terminus"] = "Seebach",
		},
		["15"] = {
			["color"] = "ed1c24",
			["left terminus"] = "Bucheggplatz",
			["right terminus"] = "Zürich Stadelhofen FB",
		},
		["17"] = {
			["color"] = "9e1762",
			["left terminus"] = "Albisgütli",
			["right terminus"] = "Werdhölzli",
		},
		["20"] = {
			["color"] = "9e1762",
			["left terminus"] = "Killwangen-Spreitenbach",
			["right terminus"] = "Zurich Altstetten",
		},
	},
}

return p