Module:Adjacent stations/Hanover S-Bahn

MyWikiBiz, Author Your Legacy — Sunday June 16, 2024
Jump to navigationJump to search
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Hanover S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hannover"] = hbf,
		["Hildesheim"] = hbf,
		["Paderborn"] = hbf,
	},
	["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",
		},
		["3"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 3]]",
			["color"] = "db6eac",
			["left terminus"] = "Hannover",
			["right terminus"] = "Hildesheim",
		},
		["4"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 4]]",
			["color"] = "973051",
			["left terminus"] = "Bennemühlen",
			["right terminus"] = "Hildesheim",
		},
		["5"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 5]]",
			["color"] = "f68b1e",
			["left terminus"] = "Paderborn",
			["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",
			["right terminus"] = "Celle",
		},
		["7"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 7]]",
			["color"] = "a5ce43",
			["left terminus"] = "Hannover",
			["right terminus"] = "Celle",
		},
		["8"] = {
			["title"] = "[[Hanover S-Bahn#Routes|S 8]]",
			["color"] = "069edb",
			["left terminus"] = "Hannover Flughafen",
			["right terminus"] = "Hannover Messe/Laatzen",
		},
	},
}

return p