Jump to content

Module:Adjacent stations/Rhine-Main S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 19:16, 22 July 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

local p = {
	["system title"] = "[[Rhine-Main S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Arheilgen"] = "Darmstadt-Arheilgen station",
		["Bad Soden"] = "Bad Soden (Taunus) station",
		["Darmstadt"] = hbf,
		["Frankfurt"] = "[[Frankfurt (Main) Hauptbahnhof|Frankfurt Hbf]]",
		["Frankfurt (low level)"] = "[[Frankfurt (Main) Hauptbahnhof (low level)|Frankfurt Hbf]]",
		["Hanau"] = hbf,
		["Kronberg"] = "Kronberg (Taunus) station",
		["Langen"] = "Langen (Hess) station",
		["Lokalbahnhof"] = "Frankfurt Lokalbahnhof",
		["Mainz"] = hbf,
		["Stresemannallee"] = "Frankfurt Stresemannallee station",
		["Wiesbaden"] = hbf
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[File:Frankfurt %1.svg|x16px|alt=|link=%1 (Rhine-Main S-Bahn)]]",
			["icon"] = "[[File:Frankfurt %1.svg|x16px|alt=|link=%1 (Rhine-Main S-Bahn)]]"
		},
		["S1"] = {
			["color"] = "0480b7",
			["left terminus"] = "Wiesbaden",
			["right terminus"] = "Rödermark-Ober Roden"
		},
		["S2"] = {
			["color"] = "ff0000",
			["left terminus"] = "Niedernhausen",
			["right terminus"] = "Dietzenbach"
		},
		["S3"] = {
			["color"] = "019377",
			["left terminus"] = "Bad Soden",
			["right terminus"] = "Darmstadt"
		},
		["S4"] = {
			["color"] = "ffcc00",
			["left terminus"] = "Kronberg",
			["right terminus"] = "Langen"
		},
		["S5"] = {
			["color"] = "7f3107",
			["left terminus"] = "Friedrichsdorf",
			["right terminus"] = "Sudbahnhof"
		},
		["S6"] = {
			["color"] = "F47922",
			["left terminus"] = "Friedberg (Hess)",
			["right terminus"] = "Sudbahnhof"
		},
		["S7"] = {
			["color"] = "01220e",
			["left terminus"] = "Riedstadt-Goddelau",
			["right terminus"] = "Frankfurt"
		},
		["S8"] = {
			["color"] = "7fc31c",
			["left terminus"] = "Wiesbaden",
			["right terminus"] = "Hanau"
		},
		["S9"] = {
			["color"] = "81017e",
			["left terminus"] = "Wiesbaden",
			["right terminus"] = "Hanau"
		},
	},
	["aliases"] = {
		["1"] = "S1",
		["2"] = "S2",
		["3"] = "S3",
		["4"] = "S4",
		["5"] = "S5",
		["6"] = "S6",
		["7"] = "S7",
		["8"] = "S8",
		["9"] = "S9"
	}
}

return p