Jump to content

Module:Adjacent stations/Bayerische Regiobahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 08:08, 2 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Bayerische Regiobahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
		["Salzburg Hbf"] = "Salzburg Hauptbahnhof",
	},
	["lines"] = {
		["BRB"] = {
			["title"] = "[[Bayerische Regiobahn|BRB]]",
			["color"] = "00519E",
			["types"] = {
				["RE5"] = {
					["title"] = "",
					["left terminus"] = "Teisendorf",
					["right terminus"] = "Salzburg Hbf",
				},
			},
		},
	},
}

return p