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

local p = {
	["system title"] = "[[Eisenbahnen und Verkehrsbetriebe Elbe-Weser|EVB]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bremen"] = hbf,
		["Bremerhaven"] = hbf,
	},
	["lines"] = {
		["Moor Express"] = {
			["title"] = "[[Moor Express]]",
			["color"] = "0057a3",
			["left terminus"] = "Bremen",
			["right terminus"] = "Stade",
			["types"] = {
				-- For reversing the termini
				["Bremen–Bremerhaven"] = {
					["title"] = "",
					["left terminus"] = "Stade",
					["right terminus"] = "Bremen",
				},
			},
		},
		["RB 33"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RB 33]]",
			["color"] = "00519E",
			["left terminus"] = "Cuxhaven",
			["right terminus"] = "Buxtehude",
		},
	},
}

return p