Jump to content

Module:Adjacent stations/Hessische Landesbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 11:54, 4 February 2023 (add RE59). 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"] = "[[Hessische Landesbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Aschaffenburg"] = hbf,
		["Frankfurt (Main)"] = hbf,
		["Kassel"] = hbf,
		["Mainz"] = hbf,
		["Siegen"] = hbf,
		["Wiesbaden"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["11"] = {
					["title"] = "[[List of railway routes in Hesse|RB 11]]",
					["left terminus"] = "Bad Soden (Taunus)",
					["right terminus"] = "Frankfurt-Höchst",
				},
				["12"] = {
					["title"] = "[[List of railway routes in Hesse|RB 12]]",
					["left terminus"] = "Königstein im Taunus",
					["right terminus"] = "Frankfurt (Main)",
				},
				["15"] = {
					["title"] = "[[List of railway routes in Hesse|RB 15]]",
					["left terminus"] = "Bad Homburg",
					["right terminus"] = "Brandoberndorf",
				},
				["16"] = {
					["title"] = "[[List of railway routes in Hesse|RB 16]]",
					["left terminus"] = "Friedberg (Hess)",
					["right terminus"] = "Friedrichsdorf",
				},
				["21"] = {
					["title"] = "[[List of railway routes in Hesse|RB 21]]",
					["left terminus"] = "Niedernhausen",
					["right terminus"] = "Wiesbaden",
				},
				["36"] = {
					["title"] = "[[List of railway routes in Hesse|RB 36]]",
					["left terminus"] = "Gießen",
					["right terminus"] = "Gelnhausen",
				},
				["45"] = {
					["title"] = "[[List of railway routes in Hesse|RB 45]]",
					["left terminus"] = "Limburg (Lahn)",
					["right terminus"] = "Fulda",
				},
				["46"] = {
					["title"] = "[[List of railway routes in Hesse|RB 46]]",
					["left terminus"] = "Gießen",
					["right terminus"] = "Gelnhausen",
				},
				["47"] = {
					["title"] = "[[List of railway routes in Hesse|RB 47]]",
					["left terminus"] = "Friedberg (Hess)",
					["right terminus"] = "Wölfersheim-Södel",
				},
				["48"] = {
					["title"] = "[[List of railway routes in Hesse|RB 48]]",
					["left terminus"] = "Friedberg (Hess)",
					["right terminus"] = "Nidda",
				},
				["58"] = {
					["title"] = "[[List of railway routes in Hesse|RB 58]]",
					["left terminus"] = "Frankfurt (Main)",
					["right terminus"] = "Laufach",
				},
				["75"] = {
					["title"] = "[[List of railway routes in Hesse|RB 75]]",
					["left terminus"] = "Wiesbaden",
					["right terminus"] = "Aschaffenburg",
				},
				["90"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–99|RB 90]]",
					["left terminus"] = "Limburg (Lahn)",
					["right terminus"] = "Siegen",
				},
				["92"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–99|RB 92]]",
					["left terminus"] = "Olpe",
					["right terminus"] = "Finnentrop",
				},
				["93"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–99|RB 93]]",
					["left terminus"] = "Betzdorf (Sieg)",
					["right terminus"] = "Bad Berleburg",
				},
				["95"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–99|RB 95]]",
					["left terminus"] = "Siegen",
					["right terminus"] = "Dillenburg",
				},
				["96"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 90–99|RB 96]]",
					["left terminus"] = "Betzdorf (Sieg)",
					["right terminus"] = "Dillenburg",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["59"] = {
					["title"] = "[[List of railway routes in Hesse|RE 59]]",
					["left terminus"] = "Frankfurt",
					["right terminus"] = "Bamberg",
				},
				["98"] = {
					["title"] = "[[Main-Sieg-Express|RE 98]]",
					["left terminus"] = "Kassel",
					["right terminus"] = "Frankfurt (Main)",
				},
				["99"] = {
					["title"] = "[[Main-Sieg-Express|RE 99]]",
					["left terminus"] = "Siegen",
					["right terminus"] = "Frankfurt (Main)",
				},
			},
		},
	},
}

return p