Module:Adjacent stations/DB Regio NRW

This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:49, 10 July 2021 (+RB 45). 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 NRW]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Aachen"] = hbf,
		["Bochum"] = hbf,
		["Dortmund"] = hbf,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Essen"] = hbf,
		["Gütersloh"] = hbf,
		["Krefeld"] = hbf,
		["Minden"] = hbf,
		["Mönchengladbach"] = hbf,
		["Mülheim (Ruhr)"] = hbf,
		["Münster"] = hbf,
		["Osnabrück"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["33"] = {
					["title"] = "[[Rhein-Niers-Bahn|RB 33]]",
					["left terminus"] = "Aachen",
					["right terminus"] = "Essen",
				},
				["45"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 40–49|RB 45]]",
					["left terminus"] = "Dorsten",
					["right terminus"] = "Coesfeld (Westf)",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["2"] = {
					["title"] = "[[Rhein-Haard-Express|RE 2]]",
					["left terminus"] = "Düsseldorf",
					["right terminus"] = "Osnabrück",
				},
				["6"] = {
					["title"] = "[[Rhein-Weser-Express|RE 6]]",
					["left terminus"] = "Cologne/Bonn Airport",
					["right terminus"] = "Minden",
				},
				["42"] = {
					["title"] = "[[Niers-Haard-Express|RE 42]]",
					["left terminus"] = "Mönchengladbach",
					["right terminus"] = "Münster",
				},
			},
		},
	},
}

return p