local at = "%1 station (Austria)"

local p = {
	["system title"] = "[[Salzburg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Berchtesgaden Hbf"] = "Berchtesgaden Hauptbahnhof",
		["Salzburg Hbf"] = "Salzburg Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[S-Bahn Salzburg#Network|S%1]]",
			["icon"] = "[[File:S%1 Salzburg.png|16px|alt=]]",
		},
		["1"] = {
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "8a0006",
			["left terminus"] = "Salzburg Hbf",
			["right terminus"] = "Lamprechtshausen",
		},
		["2"] = {
			["short name"] = "S2",
			["text color"] = "FFFFFF",
			["color"] = "0010eb",
			["left terminus"] = "Straßwalchen",
			["right terminus"] = "Freilassing",
		},
		["3"] = {
			["short name"] = "S3",
			["text color"] = "FFFFFF",
			["color"] = "00af04",
			["left terminus"] = "Saalfelden", "Schwarzach-St. Veit", "Golling-Abtenau",
			["right terminus"] = "Bad Reichenhall",
		},
		["4"] = {
			["title"] = "[[S-Bahn Salzburg#Lines|BLB / S4]]",
			["short name"] = "BLB / S4",
			["text color"] = "FFFFFF",
			["color"] = "51017b",
			["left terminus"] = "Freilassing",
			["right terminus"] = "Berchtesgaden Hbf",
		},
		["11"] = {
			["short name"] = "S11",
			["text color"] = "FFFFFF",
			["color"] = "8a0006",
			["left terminus"] = "Salzburg Hbf", "Bürmoos",
			["right terminus"] = "Ostermiething",
		},
	},
}

return p