Module:Adjacent stations/Bayerische Regiobahn

This is an old revision of this page, as edited by Alex234 (talk | contribs) at 12:36, 23 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",
		["München Hbf"] = "München Hauptbahnhof"
	},
	["lines"] = {
		["BRB"] = {
			["title"] = "",
			["types"] = {
				["RE5"] = {
			    ["color"] = "FF0000",
					["title"] = "[[Bayerische Regiobahn|RE5]]",
					["left terminus"] = "München Hbf",
					["right terminus"] = "Salzburg Hbf",
				},
			    ["RB 67"] = {
			    ["color"] = "00519E", 
					["title"] = "[[Bayerische Regiobahn|RB 67]]",
					["left terminus"] = "Augsburg-Oberhausen",
					["right terminus"] = "Schongau",
				},
			},
		},
	},
}

return p