Jump to content

Module:Adjacent stations/NordWestBahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:38, 10 July 2021 (+RB 31 and RE 44). 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"] = "[[NordWestBahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bielefeld"] = hbf,
		["Bottrop"] = hbf,
		["Bremen"] = hbf,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Hildesheim"] = hbf,
		["Krefeld"] = hbf,
		["Oberhausen"] = hbf,
		["Oldenburg"] = hbf,
		["Osnabrück"] = hbf,
		["Paderborn"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["31"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 31]]",
					["left terminus"] = "Xanten",
					["right terminus"] = "Duisburg",
				},
				["58"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 58]]",
					["left terminus"] = "Osnabrück",
					["right terminus"] = "Bremen",
				},
				["59"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 59]]",
					["left terminus"] = "Esens",
					["right terminus"] = "Wilhelmshaven",
				},
				["74"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 74]]",
					["left terminus"] = "Bielefeld",
					["right terminus"] = "Paderborn",
				},
				["75"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 75]]",
					["left terminus"] = "Osnabrück",
					["right terminus"] = "Bielefeld",
				},
				["77"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 77]]",
					["left terminus"] = "Bünde (Westf)",
					["right terminus"] = "Hildesheim",
				},
				["79"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia|RB 79]]",
					["left terminus"] = "Hildesheim",
					["right terminus"] = "Bodenburg",
				},
				["84"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia|RB 84]]",
					["left terminus"] = "Paderborn",
					["right terminus"] = "Kreiensen",
				},
				["85"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia|RB 85]]",
					["left terminus"] = "Höxter-Ottbergen",
					["right terminus"] = "Göttingen",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["10"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 10–19|RE 10]]",
					["left terminus"] = "Kleve",
					["right terminus"] = "Düsseldorf",
				},
				["18"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 18]]",
					["left terminus"] = "Wilhelmshaven",
					["right terminus"] = "Osnabrück",
				},
				["19"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 19]]",
					["left terminus"] = "Wilhelmshaven",
					["right terminus"] = "Bremen",
				},
				["44"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 40–49|RE 44]]",
					["left terminus"] = "Moers",
					["right terminus"] = "Bottrop",
				},
			},
		},
	},
}

return p