Jump to content

Module:Adjacent stations/WestfalenBahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 12:31, 3 June 2023 (add options without types (except RB 72, now operated by Eurobahn)). 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"] = "[[WestfalenBahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bielefeld"] = hbf,
		["Braunschweig"] = hbf,
		["Emden"] = hbf,
		["Hannover"] = hbf,
		["Münster"] = hbf,
		["Osnabrück"] = hbf,
		["Paderborn"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[List of railway routes in Lower Saxony|%1]]",
		},
		["RE 15"] = {
			["title"] = "[[Emsland-Express|RE 15]]",
			["color"] = "8058AC",
			["left terminus"] = "Emden",
			["right terminus"] = "Münster",
		},
		["RE 60"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RE 60]]",
			["color"] = "004D1F",
			["left terminus"] = "Rheine",
			["right terminus"] = "Braunschweig",
		},
		["RE 70"] = {
			["title"] = "[[Weser-Leine-Express|RE 70]]",
			["color"] = "8690CA",
			["left terminus"] = "Bielefeld",
			["right terminus"] = "Braunschweig",
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["15"] = {
					["title"] = "[[Emsland-Express|RE 15]]",
					["left terminus"] = "Emden",
					["right terminus"] = "Münster",
				},
				["60"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RE 60]]",
					["left terminus"] = "Rheine",
					["right terminus"] = "Braunschweig",
				},
				["70"] = {
					["title"] = "[[Weser-Leine-Express|RE 70]]",
					["left terminus"] = "Bielefeld",
					["right terminus"] = "Braunschweig",
				},
			},
		},
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["72"] = {
					["title"] = "[[WestfalenBahn#Services|RB 72]]",
					["left terminus"] = "Herford",
					["right terminus"] = "Paderborn",
				}
			}
		}
	},
}

return p