Module:Adjacent stations/DB ZugBus Regionalverkehr Alb-Bodensee

MyWikiBiz, Author Your Legacy — Sunday June 23, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[DB ZugBus Regionalverkehr Alb-Bodensee]]",
	["system icon"] = "[[File:Deutsche_Bahn_AG-Logo.svg|15px]]",
	["station format"] = {
		"%1 station",
		["Basel Bad Bf"] = "Basel Badischer Bahnhof",
		["Ulm Hbf"] = "Ulm Hauptbahnhof",
		["Aalen Hbf"] = "Aalen Hauptbahnhof"
	},
	["lines"] = {
		["IRE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["3"] = {
					["title"] = "[[Interregio-Express|IRE 3]]",
					["left terminus"] = "Basel Bad Bf",
					["right terminus"] = "Aalen Hbf",
				},
			    ["50"] = {
					["title"] = "[[Interregio-Express|IRE 50]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Aalen Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["5"] = {
					["title"] = "[[Regional-Express|RE 5]]",
					["left terminus"] = "Stuttgart Hbf",
					["right terminus"] = "Lindau Insel",
				},
				["50"] = {
					["title"] = "[[Regional-Express|RE 50]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Aalen Hbf",
				},
			    ["51"] = {
					["title"] = "[[Regional-Express|RE 51]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Aulendorf",
				},
			    ["55"] = {
					["title"] = "[[Regional-Express|RE 55]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Villingen",
				},
			    ["91"] = {
					["title"] = "[[Regional-Express|RE 91]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Friedrichshafen Harbor",
				},
			},
		},
	    ["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["3"] = {
					["title"] = "[[Regionalbahn|RB 3]]",
					["left terminus"] = "Ehingen",
					["right terminus"] = "Sigmaringen",
				},
			    ["50"] = {
					["title"] = "[[Regionalbahn|RB 50]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Aalen Hbf",
				},
			    ["51a"] = {
					["title"] = "[[Regionalbahn|RB 51a]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Biberach (Riß)",
				},
			    ["51b"] = {
					["title"] = "[[Regionalbahn|RB 51b]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Sigmaringen",
				},
			    ["53"] = {
					["title"] = "[[Regionalbahn|RB 53]]",
					["left terminus"] = "Sigmaringen",
					["right terminus"] = "Leutkirch",
				},
			    ["55"] = {
					["title"] = "[[Regionalbahn|RB 55]]",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Sigmaringen",
				},
			    ["96"] = {
			     	["title"] = "[[Regionalbahn|RB 96]]",
					["left terminus"] = "Lindau-Insel",
					["right terminus"] = "Ulm Hbf",
				},
			},
		},
	},
}

return p