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

local p = {
	["system title"] = "[[Erfurter Bahn]]",
	["station format"] = {
		"%1 station",
		["Arnstadt"] = hbf,
		["Erfurt"] = hbf,
		["Gera"] = hbf,
		["Hof"] = hbf,
		["Leipzig"] = hbf,
		["Leipzig-Plagwitz"] = rws,
		["Leipzig-Möckern"] = rws,
		["Mellrichstadt"] = "[[%1 Bahnhof|%1 Bf]]",
		["Schweinfurt"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Erfurter Bahn|EB %1]]",
			["color"] = "00519E"
		},
		["12x"] = {
			["title"] = "[[Erfurter Bahn|EBx 12]]",
			["color"] = "E2001A",
			["note-mid"] = "[[Elster Saale Bahn]]",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Leipzig"
		},
		["13"] = {
			["title"] = "[[Erfurter Bahn|EB 13]]",
			["note-mid"] = "[[Elster Saale Bahn]]",
			["left terminus"] = "Hof",
			["right terminus"] = "Leipzig"
		},
		["21"] = {
			["title"] = "[[Erfurter Bahn|EB 21]]",
			["note-mid"] = "[[Elster Saale Bahn]]",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Gera"
		},
		["22"] = {
			["title"] = "[[Erfurter Bahn|EB 22]]",
			["note-mid"] = "[[Elster Saale Bahn]]",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Leipzig"
		},
		["23"] = {
			["title"] = "[[Erfurter Bahn|EB 23]]",
			["note-mid"] = "[[Elster Saale Bahn]]",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Saalfeld (Saale)"
		},
		["26"] = {
			["title"] = "[[Erfurter Bahn|EB 26]]",
			["note-mid"] = "[[Ilmtalbahn]]",
			["left terminus"] = "Kranichfeld",
			["right terminus"] = ""
		},
		["27"] = {
			["title"] = "[[Erfurter Bahn|EB 27]]",
			["note-mid"] = "[[Pfefferminzbahn]]",
			["left terminus"] = "",
			["right terminus"] = "Buttstädt"
		},
		["28"] = {
			["title"] = "[[Erfurter Bahn|EB 28]]",
			["note-mid"] = "[[Elster Saale Bahn]] and [[Orla Railway|Orlabahn]]",
			["left terminus"] = "Jena Saalbf",
			["right terminus"] = "Pößneck unt Bf"
		},
		["32"] = {
			["title"] = "[[Erfurter Bahn|EB 32]]",
			["note-mid"] = "[[Elster Saale Bahn]] and [[Sormitztalbahn]]",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Blankenstein (Saale)"
		},
		["40"] = {
			["title"] = "[[Erfurter Bahn|EB 40]]",
			["note-mid"] = "[[Unterfranken-Shuttle]]",
			["left terminus"] = "Schweinfurt Stadt",
			["right terminus"] = "Meiningen"
		},
		["47x"] = {
			["title"] = "[[Erfurter Bahn|EBx 40]]",
			["color"] = "E2001A",
			["note-mid"] = "[[Elster Saale Bahn]]",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Saalfeld (Saale)"
		},
		["50"] = {
			["title"] = "[[Erfurter Bahn|EB 50]]",
			["note-mid"] = "[[Unterfranken-Shuttle]]",
			["left terminus"] = "Gemünden (Main)",
			["right terminus"] = "Schweinfurt Stadt"
		}
	}
}

return p