Jump to content

Module:Adjacent stations/DB Regio Nord

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

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[DB Regio Nord]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Bremen"] = hbf,
		["Bremerhaven"] = hbf,
		["Hamburg"] = hbf,
		["Hannover"] = hbf,
		["Kiel"] = hbf,
		["Oldenburg"] = hbf,
		["Osnabrück"] = hbf,
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["1"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 1]]",
					["left terminus"] = "Norddeich Mole",
					["right terminus"] = "Hannover",
				},
				["7"] = {
					["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RE 7]]",
					["left terminus"] = {"Flensburg", "Kiel"},
					["right terminus"] = "Hamburg",
				},
				["8"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 8]]",
					["left terminus"] = "Bremerhaven-Lehe",
					["right terminus"] = "Hannover",
				},
				["9"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 9]]",
					["left terminus"] = "Bremerhaven-Lehe",
					["right terminus"] = "Osnabrück",
				},
				["83"] = {
					["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RE 83]]",
					["left terminus"] = "Kiel",
					["right terminus"] = "Lüneburg",
				},
			},
		},
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["45"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 45]]",
					["left terminus"] = "Braunschweig",
					["right terminus"] = "Schöppenstedt",
				},
				["46"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 46]]",
					["left terminus"] = "Herzberg (Harz)",
					["right terminus"] = "Braunschweig",
				},
				["80"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 80]]",
					["left terminus"] = "Göttingen",
					["right terminus"] = "Nordhausen",
				},
				["81-NI"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 81]]",
					["left terminus"] = "Bodenfelde",
					["right terminus"] = "Nordhausen",
				},
				["81-SH"] = {
					["title"] = "[[List of railway routes in Schleswig-Holstein#Regional services|RB 81]]",
					["left terminus"] = "Hamburg",
					["right terminus"] = "Bad Oldesloe",
				},
				["82"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 82]]",
					["left terminus"] = "Göttingen",
					["right terminus"] = "Bad Harzburg",
				},
				["86"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 86]]",
					["left terminus"] = "Göttingen",
					["right terminus"] = "Einbeck Mitte",
				},
			},
		},
	},
}

return p