Module:Adjacent stations/Cologne S-Bahn

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Cologne S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bonn"] = hbf,
		["Düsseldorf"] = hbf,
	},
	["lines"] = {
		["11"] = {
			["title"] = "[[S11 (Rhine-Ruhr S-Bahn)|S11]]",
			["color"] = "EF7C00",
			["left terminus"] = "Bergisch Gladbach",
			["right terminus"] = "Düsseldorf Airport Terminal",
		},
		["12"] = {
			["title"] = "[[S12 (Rhine-Ruhr S-Bahn)|S12]]",
			["color"] = "61AF20",
			["left terminus"] = "Horrem",
			["right terminus"] = "Au (Sieg)",
		},
		["19"] = {
			["title"] = "[[S19 (Rhine-Ruhr S-Bahn)|S19]]",
			["color"] = "00A6EB",
			["left terminus"] = "Düren",
			["right terminus"] = "Au (Sieg)",
		},
		["23"] = {
			["title"] = "[[S23 (Rhine-Ruhr S-Bahn)|S23]]",
			["color"] = "8B3C59",
			["left terminus"] = "Euskirchen",
			["right terminus"] = "Bonn",
		},
	},
}

return p