local st = "%1 station"

local p = {
	["system title"] = "[[Schaffhausen S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Beringen Bad Bf"] = "Beringen Badischer Bahnhof",
		["Erzingen (Baden)"] = st,
		["Neuhausen Bad Bf"] = "Neuhausen Badischer Bahnhof",
	},
	["lines"] = {
		["760"] = {
			["title"] = "S",
			["short name"] = "S",
			["color"] = "6ab560",
			["text color"] = "FFFFFF",
			["left terminus"] = "Schaffhausen",
			["right terminus"] = "Jestetten",
		},
		["763"] = {
			["title"] = "S",
			["short name"] = "S",
			["color"] = "ab5e83",
			["text color"] = "FFFFFF",
			["left terminus"] = "Erzingen (Baden)",
			["right terminus"] = "Schaffhausen",
		},
	},
}

return p