Module:Adjacent stations/Schwäbische Alb-Bahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Schwäbische Alb-Bahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Ulm"] = hbf,
		["Aalen"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",	
		},
		["RB 58"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 58]]",
			["color"] = "999999",
			["left terminus"] = "Amstetten (Württ.)",
			["right terminus"] = "Gerstetten",
		},
		["RB 59"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 59]]",
			["color"] = "999999",
			["left terminus"] = {"Ulm", "Schelklingen"},
			["right terminus"] = "Gammertingen",
		},
	},
}

return p