Jump to content

Module:Adjacent stations/Die Länderbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:03, 2 May 2023 (+RB 2). 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 rw = "%1 railway station"

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Länderbahn logo.svg|100px|link=Die Länderbahn]]",
	["station format"] = {
		"%1 station",
		["Bayerisch Eisenstein"] = rw,
		["Cheb"] = rw,
		["Gera"] = hbf,
		["Hof"] = hbf,
		["Landshut (Bayern)"] = hbf,
		["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
		["München"] = hbf,
		["Praha hl.n."] = "Praha hlavní nádraží",
		["Regensburg"] = hbf,
		["Zwickau"] = hbf,
	},
	["lines"] = {
		-- RB
		["RB 2"] = {
			["title"] = "[[List of railway routes in Saxony#Die_Länderbahn|RB 2]]",
			["color"] = "009bd4",
			["left terminus"] = {"Hof", "Cheb"},
			["right terminus"] = "Zwickau",
		},
		-- deprecated
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["23"] = {
					["title"] = "[[List of railway routes in Bavaria|RB 23]] ([[oberpfalzbahn|OPB 1]])",
					["left terminus"] = "Marktredwitz",
					["right terminus"] = "Regensburg",
				},
				["27"] = {
					["title"] = "[[List of railway routes in Bavaria|RB 27]] ([[oberpfalzbahn|OPB 3]])",
					["left terminus"] = "Schwandorf",
					["right terminus"] = "Domažlice",
				},
				["28"] = {
					["title"] = "[[List of railway routes in Bavaria|RB 28]] [[oberpfalzbahn|OPB 4]]",
					["left terminus"] = "Waldmünchen",
					["right terminus"] = "Cham (Oberpf)",
				},
				["29"] = {
					["title"] = "[[List of railway routes in Bavaria|RB 29]] [[oberpfalzbahn|OPB 5]]",
					["left terminus"] = "Waldmünchen",
					["right terminus"] = "Cham (Oberpf)",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "FF0000",
			["types"] = {
				["2"] = {
					["title"] = "[[List of railway routes in Bavaria|RE 2]]",
					["left terminus"] = "München",
					["right terminus"] = "Hof",
				},
				["25"] = {
					["title"] = "[[List of railway routes in Bavaria|RE 25]]",
					["left terminus"] = "München",
					["right terminus"] = "Praha hl.n.",
				},
			},
		},
		["OPB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["1"] = {
					["title"] = "[[List of railway routes in Bavaria|OPB 1]] (RB 23)",
					["left terminus"] = "Marktredwitz",
					["right terminus"] = "Regensburg",
				},
				["2"] = {
					["title"] = "[[List of railway routes in Bavaria|OPB 2]] (RB 95)",
					["left terminus"] = "Hof",
					["right terminus"] = "Marktredwitz",
				},
				["3"] = {
					["title"] = "[[List of railway routes in Bavaria|OPB 3]] (RB 27)",
					["left terminus"] = "Schwandorf",
					["right terminus"] = "Domažlice",
				},
				["4"] = {
					["title"] = "[[List of railway routes in Bavaria|OPB 4]] (RB 28)",
					["left terminus"] = "Cham (Oberpf)",
					["right terminus"] = "Waldmünchen",
				},
				["5"] = {
					["title"] = "[[List of railway routes in Bavaria|OPB 5]] (RB 29)",
					["left terminus"] = "Cham (Oberpf)",
					["right terminus"] = "Waldmünchen",
				},
			}
		},
		["VB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["1"] = {
					["title"] = "[[List of railway routes in Saxony#Die Länderbahn|VB 1]]",
					["left terminus"] = "Zwickau Zentrum",
					["right terminus"] = "Kraslice",
				},
				["2"] = {
					["title"] = "[[List of railway routes in Saxony#Die Länderbahn|VB 2]]",
					["left terminus"] = "Zwickau Zentrum",
					["right terminus"] = {"Hof", "Cheb"},
				},
				["4"] = {
					["title"] = "[[List of railway routes in Saxony#Die Länderbahn|VB 4]]",
					["left terminus"] = "Gera",
					["right terminus"] = "Weischlitz",
				},
				["5"] = {
					["title"] = "[[List of railway routes in Saxony#Die Länderbahn|VB 5]]",
					["left terminus"] = "Mehltheuer",
					["right terminus"] = "Kraslice",
				}
			}
		},
		["WBA"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["1"] = {
					["title"] = "[[Waldbahn|WBA 1]]",
					["left terminus"] = "Plattling",
					["right terminus"] = "Bayerisch Eisenstein",
				},
				["2"] = {
					["title"] = "[[Waldbahn|WBA 2]]",
					["left terminus"] = "Bodenmais",
					["right terminus"] = "Zwiesel (Bay)",
				},
				["3"] = {
					["title"] = "[[Waldbahn|WBA 3]]",
					["left terminus"] = "Zwiesel (Bay)",
					["right terminus"] = "Grafenau",
				}
			}
		}
	}
}

return p