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 WOSlinker (talk | contribs) at 07:30, 11 June 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Rhine-Main S-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Mainz"] = hbf, ["Darmstadt"] = hbf, ["Wiesbaden"] = hbf, ["Hanau"] = hbf, ["Frankfurt"] = "Frankfurt Hbf", ["Frankfurt (low level)"] = "Frankfurt Hbf", }, ["lines"] = { ["_default"] = { ["title"] =...'). 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"] = "[[Rhine-Main S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Mainz"] = hbf,
		["Darmstadt"] = hbf,
		["Wiesbaden"] = hbf,
		["Hanau"] = hbf,
		["Frankfurt"] = "[[Frankfurt (Main) Hauptbahnhof|Frankfurt Hbf]]",
		["Frankfurt (low level)"] = "[[Frankfurt (Main) Hauptbahnhof (low level)|Frankfurt Hbf]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[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