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

local p = {
	["system title"] = "[[Saarbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Saarbrücken"] = hbf,
	},
	["lines"] = {
		["S1"] = {
			["title"] = "S1",
			["color"] = "EF7C00",
			["text color"] = "FFFFFF",
			["left terminus"] = "Lebach-Jabach",
			["right terminus"] = "Sarreguemines",
		},
	},
}

return p