Module:Adjacent stations/DB Regio Baden-Württemberg

MyWikiBiz, Author Your Legacy — Wednesday November 13, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[DB Regio Baden-Württemberg]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Basel Bad Bf"] = "Basel Badischer Bahnhof",
		["Karlsruhe Hbf"] = "Karlsruhe Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "[[Regionalbahn|RB]]",
			["color"] = "00519E",
			["types"] = {
				["33"] = {
					["title"] = "",
					["left terminus"] = "Schaffhausen",
					["right terminus"] = "Singen (Hohentwiel)",
				},
				["Basel–Lauchringen"] = {
					["title"] = "",
					["left terminus"] = "Basel Bad Bf",
					["right terminus"] = "Lauchringen",
				},
				["Waldshut–Weizen"] = {
					["title"] = "",
					["left terminus"] = "Waldshut",
					["right terminus"] = "Weizen",
				},
			},
		},
		["RE"] = {
			["title"] = "[[Regional-Express|RE]]",
			["color"] = "00519E",
			["types"] = {
				["Basel–Karlsruhe"] = {
					["title"] = "",
					["left terminus"] = "Basel Bad Bf",
					["right terminus"] = "Karlsruhe Hbf",					
				},
				["Karlsruhe–Konstanz"] = {
					["title"] = "",
					["left terminus"] = "Karlsruhe Hbf",
					["right terminus"] = "Konstanz",					
				},
			},
		},
	},
}

return p