Module:Adjacent stations/Südostbayernbahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Südostbayernbahn logo.svg|100px|link=Südostbayernbahn]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Dorfen Bahnhof"] = "%1",
		["Grafing Bahnhof"] = "%1",
		["Landshut (Bayern)"] = hbf,
		["Munich"] = "[[München Hauptbahnhof|München Hbf]]",
		["München"] = hbf,
		["Passau"] = hbf,
		["Salzburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
			["title"] = "",	
		},
		["RB 32"] = {
			["title"] = "[[Südostbayernbahn|RB 32]]",
			["color"] = "E5A05C",
			["left terminus"] = "Bogen",
			["right terminus"] = "Neufahrn (Niederbay)",
		},
		["RB 40"] = {
			["title"] = "[[Südostbayernbahn|RB 40]]",
			["color"] = "E5A05C",
			["left terminus"] = "München",
			["right terminus"] = "Mühldorf (Oberbay)",
		},
		["RB 41"] = {
			["title"] = "[[Südostbayernbahn|RB 41]]",
			["color"] = "BF73BF",
			["left terminus"] = "Mühldorf (Oberbay)",
			["right terminus"] = "Simbach (Inn)",
		},
		["RB 42"] = {
			["title"] = "[[Südostbayernbahn|RB 42]]",
			["color"] = "00ACE5",
			["left terminus"] = "Mühldorf (Oberbay)",
			["right terminus"] = "Burghausen (Oberbay)",
		},
		["RB 44"] = {
			["title"] = "[[Südostbayernbahn|RB 44]]",
			["color"] = "90BF26",
			["left terminus"] = "Landshut (Bayern)",
			["right terminus"] = "Rosenheim",
		},
		["RB 45"] = {
			["title"] = "[[Südostbayernbahn|RB 45]]",
			["color"] = "6CC3D9",
			["left terminus"] = "Landshut (Bayern)",
			["right terminus"] = "Salzburg",
		},
		["RB 46"] = {
			["title"] = "[[Südostbayernbahn|RB 46]]",
			["color"] = "24B27D",
			["left terminus"] = "Mühldorf (Oberbay)",
			["right terminus"] = "Passau",
		},
		["RB 47"] = {
			["title"] = "[[Südostbayernbahn|RB 47]]",
			["color"] = "FFB200",
			["left terminus"] = "Mühldorf (Oberbay)",
			["right terminus"] = "Traunstein",
		},
		["RB 49"] = {
			["title"] = "[[Südostbayernbahn|RB 49]]",
			["color"] = "FFB200",
			["left terminus"] = "Traunreut",
			["right terminus"] = "Traunstein",
		},
		["RB 48"] = {
			["title"] = "[[Filzenexpress|RB 48]]",
			["color"] = "BF73BF",
			["left terminus"] = "München",
			["right terminus"] = "Wasserburg (Inn)",
		},
		["RB 52"] = {
			["title"] = "[[Südostbayernbahn|RB 52]]",
			["color"] = "BF73BF",
			["left terminus"] = "Prien am Chiemsee",
			["right terminus"] = "Aschau (Chiemgau)",
		},
		["RB 59"] = {
			["title"] = "[[Südostbayernbahn|RB 59]]",
			["color"] = "E5A05C",
			["left terminus"] = "Traunstein",
			["right terminus"] = "Waging",
		},
		["RE 4"] = {
			["title"] = "[[List of railway routes in Bavaria#Lines 4, 40–49 (south)|RE 4]]",
			["color"] = "ffffff",
			["text color"] = "992E00",
			["border color"] = "992E00",
			["note-mid"] = "Limited service",
			["left terminus"] = "München",
			["right terminus"] = "Simbach (Inn)",
		},
	},
}

return p