Jump to content

Module:Adjacent stations/Kurhessenbahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Kurhessenbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Kassel"] = hbf,
		["Korbach"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[List of railway routes in Hesse|%1]]",
		},
		["RB 4"] = {
			["color"] = "7A7C80",
			["left terminus"] = "Korbach",
			["right terminus"] = "Kassel-Wilhelmshöhe",
		},
		["RB 38"] = {
			["color"] = "7A7C80",
			["left terminus"] = "Schwalmstadt-Treysa",
			["right terminus"] = "Kassel",
		},
		["RB 39"] = {
			["color"] = "7A7C80",
			["left terminus"] = "Bad Wildungen",
			["right terminus"] = "Kassel",
		},
		["RB 94"] = {
			["color"] = "7A7C80",
			["left terminus"] = "Erndtebrück",
			["right terminus"] = "Marburg (Lahn)",
		},
		["RB 97"] = {
			["color"] = "945b37",
			["left terminus"] = "Brilon Stadt",
			["right terminus"] = "Marburg (Lahn)",
		},
		["RE 39"] = {
			["color"] = "00519E",
			["left terminus"] = "Bad Wildungen",
			["right terminus"] = "Kassel",
		},
		["RE 97"] = {
			["color"] = "945b37",
			["left terminus"] = "Brilon Stadt",
			["right terminus"] = "Marburg (Lahn)",
		},
	},
}

return p