Module:Adjacent stations/DB Regio Nord

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[DB Regio Nord]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bremen Hbf"] = "Bremen Hauptbahnhof",
		["Bremerhaven Hbf"] = "Bremerhaven Hauptbahnhof",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
		["Hannover Hbf"] = "Hannover Hauptbahnhof",
		["Oldenburg Hbf"] = "Oldenburg Hauptbahnhof",
		["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof",
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["1"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 1]]",
					["left terminus"] = "Norddeich Mole",
					["right terminus"] = "Hannover Hbf",
				},
				["8"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 8]]",
					["left terminus"] = "Bremerhaven-Lehe",
					["right terminus"] = "Hannover Hbf",
				},
				["9"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 9]]",
					["left terminus"] = "Bremerhaven-Lehe",
					["right terminus"] = "Osnabrück Hbf",
				},
			},
		},
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["81"] = {
					["title"] = "[[Regionalbahn|RB 81]]",
					["left terminus"] = "Hamburg Hbf",
					["right terminus"] = "Bad Oldesloe",
				},
			},
		},
	},
}

return p