Module:Adjacent stations/Rhine-Ruhr S-Bahn

MyWikiBiz, Author Your Legacy — Tuesday April 23, 2024
Jump to navigationJump to search
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Rhine-Ruhr S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bochum"] = hbf,
		["Dortmund"] = hbf,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Essen"] = hbf,
		["Hagen"] = hbf,
		["Mönchengladbach"] = hbf,
		["Mühlheim (Ruhr)"] = hbf,
		["Oberhausen"] = hbf,
		["Recklinghausen"] = hbf,
		["Solingen"] = hbf,
		["Witten"] = hbf,
		["Wuppertal"] = hbf,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[S1 (Rhine-Ruhr S-Bahn)|S1]]",
			["color"] = "0B9A33",
			["left terminus"] = "Solingen",
			["right terminus"] = "Dortmund",
			["types"] = {
				["Düsseldorf–Solingen"] = {
					["title"] = "",
					["left terminus"] = "Solingen",
					["right terminus"] = "Dortmund",
				},
			},
		},
		["2"] = {
			["title"] = "[[S2 (Rhine-Ruhr S-Bahn)|S2]]",
			["color"] = "006DB6",
			["left terminus"] = {"Essen", "Recklinghausen"},
			["right terminus"] = "Dortmund",
			["types"] = {
				["Essen"] = {
					["title"] = "",
					["left terminus"] = "Essen",
				},
				["Recklinghausen"] = {
					["title"] = "",
					["left terminus"] = "Recklinghausen",
				},
			},
		},
		["3"] = {
			["title"] = "[[S3 (Rhine-Ruhr S-Bahn)|S3]]",
			["color"] = "FFFF00",
			["left terminus"] = "Oberhausen",
			["right terminus"] = "Hattingen (Ruhr) Mitte",
		},
		["4"] = {
			["title"] = "[[S4 (Rhine-Ruhr S-Bahn)|S4]]",
			["color"] = "EF7C00",
			["left terminus"] = "Dortmund-Lütgendortmund",
			["right terminus"] = "Unna",
		},
		["5"] = {
			["title"] = "[[S5 (Rhine-Ruhr S-Bahn)|S5]]",
			["color"] = "98C60F",
			["left terminus"] = "Dortmund",
			["right terminus"] = "Hagen",
		},
		["6"] = {
			["title"] = "[[S6 (Rhine-Ruhr S-Bahn)|S6]]",
			["color"] = "DC052D",
			["left terminus"] = "Köln-Worringen",
			["right terminus"] = "Essen",
		},
		["7"] = {
			["title"] = "[[S7 (Rhine-Ruhr S-Bahn)|S7]]",
			["color"] = "14BAE6",
			["left terminus"] = "Solingen",
			["right terminus"] = "Wuppertal",
		},
		["8"] = {
			["title"] = "[[S8 (Rhine-Ruhr S-Bahn)|S8]]",
			["color"] = "B03303",
			["left terminus"] = "Mönchengladbach",
			["right terminus"] = "Hagen",
		},
		["9"] = {
			["title"] = "[[S9 (Rhine-Ruhr S-Bahn)|S9]]",
			["color"] = "C7007F",
			["left terminus"] = {"Haltern am See", "Recklinghausen"},
			["right terminus"] = "Hagen",
			["types"] = {
				["Haltern am See"] = {
					["title"] = "",
					["left terminus"] = "Haltern am See",
				},
				["Recklinghausen"] = {
					["title"] = "",
					["left terminus"] = "Recklinghausen",
				},
			},
		},
		["28"] = {
			["title"] = "[[S28 (Rhine-Ruhr S-Bahn)|S28]]",
			["color"] = "717676",
			["left terminus"] = "Kaarster See",
			["right terminus"] = "Mettmann Stadtwald",
		},
		["68"] = {
			["title"] = "[[S68 (Rhine-Ruhr S-Bahn)|S68]]",
			["color"] = "14BAE6",
			["left terminus"] = "Langenfeld (Rheinland)",
			["right terminus"] = "Wuppertal-Vohwinkel",
		},
	},
}

return p