وحدة:Adjacent stations/Cologne S-Bahn

This is a data module for Module:Adjacent stations. It supports services operated by the Cologne S-Bahn. See also Module:Adjacent stations/Rhine-Ruhr S-Bahn.

Lines

LineKeysColorHex color
S11 S11 or 11   EF7C00
S12 S12 or 12   61AF20
S19 S19 or 19   00A6EB
S23 S23 or 23   8B3C59

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

local p = {
	["system title"] = "[[Cologne S-Bahn]]",
	["system icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Bonn"] = hbf,
		["Düsseldorf"] = hbf,
		["Köln"] = hbf,
		["Neuss"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Cologne S-Bahn)|%1]]",
			["text color"] = "FFFFFF",
		},
		["S11"] = {
			["color"] = "EF7C00",
			["left terminus"] = "Bergisch Gladbach",
			["right terminus"] = "Düsseldorf Airport Terminal",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Düsseldorf Airport Terminal",
					["right terminus"] = "Bergisch Gladbach",
				},
			},
		},
		["S12"] = {
			["color"] = "61AF20",
			["left terminus"] = "Horrem",
			["right terminus"] = "Au (Sieg)",
		},
		["S19"] = {
			["color"] = "00A6EB",
			["left terminus"] = "Düren",
			["right terminus"] = "Au (Sieg)",
		},
		["S23"] = {
			["color"] = "8B3C59",
			["left terminus"] = "Euskirchen",
			["right terminus"] = "Bonn",
		},
	},
	["aliases"] = {
		["11"] = "S11",
		["12"] = "S12",
		["19"] = "S19",
		["23"] = "S23",
	},
}

return p