Module:Adjacent stations/Bayerische Regiobahn

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Logo BRB 2015.svg|60px|link=Bayerische Regiobahn]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Augsburg"] = hbf,
		["Dresden"] = hbf,
		["Grafing Bahnhof"] = "%1",
		["Hof"] = hbf,
		["Ingolstadt"] = hbf,
		["Landshut"] = "[[Landshut (Bayern) Hauptbahnhof|Landshut Hbf]]",
		["Salzburg"] = hbf,
		["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
		["München"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "[[Bayerische Regiobahn|%1]]",
		},
		-- RB
		["RB 13"] = {
			["color"] = "ffb200",
			["left terminus"] = "Augsburg",
			["right terminus"] = "Ingolstadt",
		},
		["RB 14"] = {
			["color"] = "ffb200", 
			["left terminus"] = "Eichstätt Stadt",
			["right terminus"] = "Ingolstadt",
		},
		["RB 53"] = {
			["color"] = "FF9999",
			["left terminus"] = "Traunstein",
			["right terminus"] = "Ruhpolding",
		},
		["RB 54"] = {
			["color"] = "00ace5",
			["left terminus"] = "München",
			["right terminus"] = "Kufstein",
		},
		["RB 55"] = {
			["color"] = "ff6600",
			["left terminus"] = "München",
			["right terminus"] = "Bayrischzell",
		},
		["RB 56"] = {
			["color"] = "ff6600",
			["left terminus"] = "München",
			["right terminus"] = "Lenggries",
		},
		["RB 57"] = {
	    	["color"] = "ff6600",
			["left terminus"] = "München",
			["right terminus"] = "Tegernsee",
		},
		["RB 58"] = {
	    	["color"] = "ffb200",
			["left terminus"] = "München",
			["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",
		},
		["RB 69"] = {
			["color"] = "00ace5",
			["left terminus"] = "Augsburg",
			["right terminus"] = "Landsberg (Lech)",
		},
		["RB 77"] = {
			["color"] = "24b27d",
			["left terminus"] = "Augsburg",
			["right terminus"] = "Füssen",
		},
		-- RE
		["RE 3"] = {
			["color"] = "992e00",
			["left terminus"] = "Dresden",
			["right terminus"] = "Hof",
		},
		["RE 5"] = {
			["color"] = "004080",
			["left terminus"] = "München",
			["right terminus"] = "Salzburg",
		},
	},
}

return p