Jump to content

Module:Adjacent stations/Bayerische Regiobahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 09:04, 18 May 2023 (add RE3). 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:Logo BRB 2015.svg|60px|link=Bayerische Regionalbahn]]",
	["station format"] = {
		"%1 station",
		["Dresden"] = hbf,
		["Hof"] = hbf,
		["Ingolstadt"] = hbf,
		["Landshut Hbf"] = "Landshut (Bayern) Hauptbahnhof",
		["Salzburg Hbf"] = "Salzburg Hauptbahnhof",
		["München Hbf"] = "München Hauptbahnhof",
		["Augsburg Hbf"] = "Augsburg Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[Bayerische Regiobahn|%1]]",
		},
		-- RB
		["RB 13"] = {
			["color"] = "ffb200",
			["left terminus"] = "Augsburg Hbf",
			["right terminus"] = "Ingolstadt",
		},
		["RB 14"] = {
			["color"] = "ffb200", 
			["left terminus"] = "Eichstätt Stadt",
			["right terminus"] = "Ingolstadt",
		},
		["RB 54"] = {
			["color"] = "00ace5",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Kufstein",
		},
		["RB 55"] = {
			["color"] = "ff6600",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Bayrischzell",
		},
		["RB 56"] = {
			["color"] = "ff6600",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Lenggries",
		},
		["RB 57"] = {
	    	["color"] = "ff6600",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Tegernsee",
		},
		["RB 58"] = {
	    	["color"] = "ffb200",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Rosenheim",
		},
		["RB 67"] = {
			["color"] = "bf73bf",
			["left terminus"] = "Augsburg-Oberhausen",
			["right terminus"] = "Schongau",
		},
		["RB 68"] = {
			["color"] = "90bf26",
			["left terminus"] = "Füssen",
			["right terminus"] = "München Hbf",
		},
		["RB 69"] = {
			["color"] = "00ace5",
			["left terminus"] = "Augsburg Hbf",
			["right terminus"] = "Landsberg (Lech)",
		},
		["RB 77"] = {
			["color"] = "24b27d",
			["left terminus"] = "Augsburg Hbf",
			["right terminus"] = "Füssen",
		},
		-- RE
		["RE 3"] = {
			["color"] = "992e00",
			["left terminus"] = "Dresden",
			["right terminus"] = "Hof",
		},
		["RE 5"] = {
			["color"] = "004080",
			["left terminus"] = "München Hbf",
			["right terminus"] = "Salzburg Hbf",
		},
	},
}

return p