Jump to content

Module:Adjacent stations/Cologne S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:50, 11 July 2021 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Cologne S-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Bonn"] = hbf, ["Düsseldorf"] = hbf, }, ["lines"] = { ["11"] = { ["title"] = "S11", ["color"] = "EF7C00", ["left terminus"] = "Bergisch Gladbach", ["right terminus"] = "Düsseldorf Airport Terminal", }, ["12"] = { ["title"] = "[[S12 (Rhine-Ruhr...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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