local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rw = "%1 railway station"

local p = {
	["system title"] = "[[Abellio Deutschland|Abellio]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Arnhem Centraal"] = rw,
		["Düsseldorf"] = hbf,
		["Essen"] = hbf,
		["Hagen"] = hbf,
		["Siegen"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["91"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–9|RB 91]]",
					["left terminus"] = "Hagen",
					["right terminus"] = "Siegen",
				}
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["16"] = {
					["title"] = "[[Ruhr-Sieg-Express|RE 16]]",
					["left terminus"] = "Essen",
					["right terminus"] = {"Iserlohn", "Siegen"},
				},
				["19"] = {
					["title"] = "[[Rhein-IJssel-Express|RE 19]]",
					["left terminus"] = "Arnhem Centraal",
					["right terminus"] = "Düsseldorf",
				},
			}
		}
	}
}

return p