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 21:24, 20 February 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Die Länderbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Hof"] = hbf, ["Munich"] = "München Hbf", ["München"] = hbf, ["Praha hl.n."] = "Praha hlavní nádraží", }, ["lines"] = { ["RE"] = { ["title"] = "", ["color"] = "FF0000", ["types"] = { ["2"] = { ["title"] = "[[List of railway routes in Bava...'). 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"] = "[[Die Länderbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hof"] = hbf,
		["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
		["München"] = hbf,
		["Praha hl.n."] = "Praha hlavní nádraží",
	},
	["lines"] = {
		["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