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 14:44, 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"] = "",
	["system icon"] = "[[File:Logo BRB 2015.svg|60px|link=Bayerische Regionalbahn]]",
	["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