Jump to content

Module:Adjacent stations/Hanover S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:47, 9 July 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Hanover S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hannover Hbf"] = "Hannover Hauptbahnhof",
		["Hildesheim Hbf"] = "Hildesheim Hauptbahnhof",
		["Paderborn Hbf"] = "Paderborn Hauptbahnhof",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 1]]",
			["color"] = "7b6dac",
			["left terminus"] = "Minden (Westfalen)",
			["right terminus"] = "Haste (Han)",
		},
		["2"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 2]]",
			["color"] = "00854a",
			["left terminus"] = "Nienburg (Weser)",
			["right terminus"] = "Haste (Han)",
		},
		["21"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 21]]",
			["color"] = "00854a",
			["left terminus"] = "Barsinghausen",
			["right terminus"] = "Hannover Hbf",
		},
		["3"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 3]]",
			["color"] = "db6eac",
			["left terminus"] = "Hannover Hbf",
			["right terminus"] = "Hildesheim Hbf",
		},
		["4"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 4]]",
			["color"] = "973051",
			["left terminus"] = "Bennemühlen",
			["right terminus"] = "Hildesheim Hbf",
		},
		["5"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 5]]",
			["color"] = "f68b1e",
			["left terminus"] = "Paderborn Hbf",
			["right terminus"] = "Hannover Flughafen",
		},
		["51"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 51]]",
			["color"] = "f68b1e",
			["left terminus"] = "Hameln",
			["right terminus"] = "Seelze",
		},
		["6"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 6]]",
			["color"] = "005aab",
			["left terminus"] = "Hannover Hbf",
			["right terminus"] = "Celle",
		},
		["7"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 7]]",
			["color"] = "a5ce43",
			["left terminus"] = "Hannover Hbf",
			["right terminus"] = "Celle",
		},
		["8"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 8]]",
			["color"] = "069edb",
			["left terminus"] = "Hannover Flughafen",
			["right terminus"] = "Hannover Messe/Laatzen",
		},
	},
}

return p