Module:Adjacent stations/Cologne Stadtbahn/sandbox

From Wikipedia, the free encyclopedia

local cologne = "%1 station (Cologne)"

local p = {
	["system title"] = "[[Cologne Stadtbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bonn Hbf"] = "Bonn Hauptbahnhof",
		["Christophstraße/Mediapark"] = "[[Christophstraße/Mediapark station|Christophstraße/​Mediapark]]",
		["Köln Hbf"] = "Köln Hauptbahnhof",
		["Rathaus"] = cologne,
		["Universität"] = cologne,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (KVB Line)|Line %1]]",
			["text color"] = "FFFFFF",
		},
		["1"] = {
			["color"] = "ed1c24",
			["left terminus"] = "Köln-Weiden West",
			["right terminus"] = "Bensberg",
		},
		["3"] = {
			["color"] = "f49ac1",
			["left terminus"] = "Görlinger-Zentrum",
			["right terminus"] = "Thielenbruch",
		},
		["4"] = {
			["color"] = "f172ac",
			["left terminus"] = "Bocklemünd",
			["right terminus"] = "Schlebusch",
		},
		["5"] = {
			["color"] = "9b95c9",
			["left terminus"] = "Sparkasse Am Butzweilerhof",
			["right terminus"] = "Heumarkt",
		},
		["7"] = {
			["color"] = "f68c59",
			["left terminus"] = "Frechen-Benzelrath",
			["right terminus"] = "Zündorf",
		},
		["9"] = {
			["color"] = "f58e84",
			["left terminus"] = "Sülz Hermeskeiler Platz",
			["right terminus"] = "Königsforst",
		},
		["12"] = {
			["color"] = "8dc63f",
			["left terminus"] = "Merkenich",
			["right terminus"] = "Zollstock Südfriedhof",
		},
		["13"] = {
			["color"] = "a58470",
			["left terminus"] = "Sülzgürtel",
			["right terminus"] = "Holweide Vischeringstraße",
		},
		["15"] = {
			["color"] = "4db848",
			["left terminus"] = {"Köln-Chorweiler", "Longerich Friedhof"},
			["right terminus"] = "Ubierring",
		},
		["16"] = {
			["color"] = "00b6ad",
			["left terminus"] = "Bad Godesberg Stadthalle",
			["right terminus"] = "Niehl Sebastianstraße",
		},
		["17"] = {
			["color"] = "6ecff6",
			["left terminus"] = "Severinstraße",
			["right terminus"] = "Sürth",
		},
		["18"] = {
			["color"] = "00a1e4",
			["left terminus"] = "Bonn Hbf",
			["right terminus"] = "Thielenbruch",
		},
	},
}

return p