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 Frietjes (talk | contribs) at 14:53, 31 October 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"] = "",
	["system icon"] = "[[File:Länderbahn logo.svg|100px|link=Die Länderbahn]]",
	["station format"] = {
		"%1 station",
		["Hof"] = hbf,
		["Landshut (Bayern)"] = hbf,
		["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
		["München"] = hbf,
		["Praha hl.n."] = "Praha hlavní nádraží",
		["Regensburg"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["23"] = {
					["title"] = "[[List of railway routes in Bavaria|RE 25]]",
					["note-mid"] = "[[oberpfalzbahn]]",
					["left terminus"] = "Marktredwitz",
					["right terminus"] = "Regensburg",
				},
			},
		},
		["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.",
				},
			},
		},
	},
}

return p