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

local p = {
	["system title"] = "[[Trilex]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Dresden"] = hbf,
	},
	["lines"] = {
		-- Regional-Express
		["RE 1"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RE 1]]",
			["color"] = "E2001A",
			["left terminus"] = "Dresden",
			["right terminus"] = "Zgorzelec",
		},
		["RE 2"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RE 2]]",
			["color"] = "E2001A",
			["left terminus"] = "Dresden",
			["right terminus"] = "Liberec",
		},
		-- Regionalbahn
		["RB 60"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RB 60]]",
			["color"] = "00519E",
			["left terminus"] = "Dresden",
			["right terminus"] = "Görlitz",
		},
		["RB 61"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RB 61]]",
			["color"] = "00519E",
			["left terminus"] = "Dresden",
			["right terminus"] = "Zittau",
		},
		-- L routes
		["L 7"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|L 7]]",
			["color"] = "00519E",
			["left terminus"] = "Seifhennersdorf",
			["right terminus"] = "Liberec",
		},		
	},
}

return p