Module:Adjacent stations/Dresden S-Bahn

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

local p = {
	["system title"] = "[[Dresden S-Bahn]]",
	["icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Dresden"] = hbf,
		["Dresden Grenzstraße"] = rws,
		["Dresden Industriegelände"] = rws,
		["Dresden-Klotzsche"] = rws,
		["Dresden-Plauen"] = rws,
		["Schmilka-Hirschmühle"] = rws
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Dresden S-Bahn#Line %1|%1]]"
		},
		["S 1"] = {
			["color"] = "F76521", -- "F36421",
			["text color"] = "FFFFFF",
			["left terminus"] = "Meißen Triebischtal",
			["right terminus"] = "Schöna"
		},
		["S 2"] = {
			["color"] = "CE2029", -- "B8282E",
			["text color"] = "FFFFFF",
			["left terminus"] = "Dresden Flughafen",
			["right terminus"] = "Pirna"
		},
		["S 3"] = {
			["color"] = "EF0873", -- "ED0172",
			["text color"] = "FFFFFF",
			["left terminus"] = "Freiberg (Sachs)",
			["right terminus"] = "Dresden"
		},
		["S 8"] = {
			["color"] = "FFC700",
			["text color"] = "FFFFFF",
			["left terminus"] = "Dresden",
			["right terminus"] = "Kamenz (Sachs)",
		},
	},
	["aliases"] = {
		["1"] = "S 1",
		["2"] = "S 2",
		["3"] = "S 3",
		["8"] = "S 8",
	}
}

return p