Module:Adjacent stations/WestfalenBahn

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[WestfalenBahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["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",
		},
	},
}

return p