Module:Adjacent stations/Cologne S-Bahn

From Wikipedia, the free encyclopedia

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,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Rhine-Ruhr S-Bahn)|%1]]",
		},
		["S11"] = {
			["color"] = "EF7C00",
			["left terminus"] = "Bergisch Gladbach",
			["right terminus"] = "Düsseldorf Airport Terminal",
		},
		["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