Module:Adjacent stations/Schwäbische Alb-Bahn

MyWikiBiz, Author Your Legacy — Tuesday October 01, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Schwäbische Alb-Bahn/doc

local p = {
	["system title"] = "[[Schwäbische Alb-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Ulm Hbf"] = "Ulm Hauptbahnhof",
		["Aalen Hbf"] = "Aalen Hauptbahnhof",
	},
	["lines"] = {
		["SAB"] = {
			["title"] = "SAB",
			["color"] = "00519E",
			["types"] = {
				["1"] = {
					["title"] = "",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Gammertingen",
				},
			},
		},
	},
}

return p