Jump to content

Module:Adjacent stations/Eurobahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:49, 29 July 2021 (+Wanne-Eickel). 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 rws = "%1 railway station"

local p = {
	["system title"] = "[[Eurobahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bielefeld"] = hbf,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Gelsenkirchen"] = hbf,
		["Hamm (Westf)"] = hbf,
		["Münster"] = hbf,
		["Neuss"] = hbf,
		["Oberhausen"] = hbf,
		["Osnabrück"] = hbf,
		["Paderborn"] = hbf,
		["Venlo"] = rws,
		["Wanne-Eickel"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["50"] = {
					["title"] = "[[Der Lüner|RB 50]]",
					["left terminus"] = "Münster",
					["right terminus"] = "Dortmund",
				},
				["59"] = {
					["title"] = "[[Hellweg-Bahn|RB 59]]",
					["left terminus"] = "Dortmund",
					["right terminus"] = "Soest",
				},
				["61"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 61]]",
					["left terminus"] = "Hengelo",
					["right terminus"] = "Bielefeld",
				},
				["66"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 66]]",
					["left terminus"] = "Münster",
					["right terminus"] = "Osnabrück",
				},
				["67"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 67]]",
					["left terminus"] = "Münster",
					["right terminus"] = "Bielefeld",
				},
				["69"] = {
					["title"] = "[[Ems-Börde-Bahn|RB 69]]",
					["left terminus"] = "Münster",
					["right terminus"] = "Bielefeld",
				},
				["71"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 71]]",
					["left terminus"] = "Bielefeld",
					["right terminus"] = "Rahden",
				},
				-- For the RB 71 west of Herford
				["71-Bassum–Herford"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 71]]",
					["left terminus"] = "Rahden",
					["right terminus"] = "Bielefeld",					
				},
				["72"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 72]]",
					["left terminus"] = "Paderborn",
					["right terminus"] = "Herford",
				},
				["73"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 73]]",
					["left terminus"] = "Bielefeld",
					["right terminus"] = "Lemgo-Lüttfeld",
				},
				["89"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RB 89]]",
					["left terminus"] = "Münster",
					["right terminus"] = "Warburg",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["3"] = {
					["title"] = "[[Rhein-Emscher-Express|RE 3]]",
					["left terminus"] = "Düsseldorf",
					["right terminus"] = "Hamm (Westf)",
				},
				["13"] = {
					["title"] = "[[Maas-Wupper-Express|RE 13]]",
					["left terminus"] = "Venlo",
					["right terminus"] = "Hamm (Westf)",
				},
				["78"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RE 78]]",
					["left terminus"] = "Bielefeld",
					["right terminus"] = "Nienburg (Weser)",
				},
				["82"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RE 82]]",
					["left terminus"] = "Bielefeld",
					["right terminus"] = "Altenbeken",
				},
			},
		},
	},
}

return p