Jump to content

Module:Adjacent stations/WestfalenBahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:14, 9 July 2021 (simplify hbf). 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,
		["Hannover"] = hbf,
		["Osnabrück"] = hbf,
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["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",
				},
			},
		},
	},
}

return p