Jump to content

Module:Adjacent stations/Hessische Landesbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:59, 10 February 2022 (+Siegen RBs). 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",
		["Frankfurt (Main)"] = hbf,
		["Siegen"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["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",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["99"] = {
					["title"] = "[[Main-Sieg-Express|RE 99]]",
					["left terminus"] = "Siegen",
					["right terminus"] = "Frankfurt (Main)",
				},
			},
		},
	},
}

return p