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:31, 5 July 2021 (+RE 78 and RE 82). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Eurobahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bielefeld Hbf"] = "Bielefeld Hauptbahnhof",
		["Münster Hbf"] = "Münster Hauptbahnhof",
		["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["61"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 61]]",
					["left terminus"] = "Hengelo",
					["right terminus"] = "Bielefeld Hbf",
				},
				["66"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 66]]",
					["left terminus"] = "Münster Hbf",
					["right terminus"] = "Osnabrück Hbf",
				},
				["67"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RB 67]]",
					["left terminus"] = "Bielefeld Hbf",
					["right terminus"] = "Münster Hbf",
				},
				["69"] = {
					["title"] = "[[Ems-Börde-Bahn|RB 69]]",
					["left terminus"] = "Bielefeld Hbf",
					["right terminus"] = "Münster Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["78"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RE 78]]",
					["left terminus"] = "Bielefeld Hbf",
					["right terminus"] = "Nienburg (Weser)",
				},
				["82"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RE 82]]",
					["left terminus"] = "Bielefeld Hbf",
					["right terminus"] = "Altenbeken",
				},
			},
		},
	},
}

return p