Jump to content

Module:Adjacent stations/Schwäbische Alb-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 01:56, 8 May 2021 (Created page with 'local p = { ["system title"] = "Schwäbische Alb-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Ulm Hbf"] = "Ulm Hauptbahnhof",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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"] = "FF0000",
			["types"] = {
				["1"] = {
					["title"] = "",
					["left terminus"] = "Ulm Hbf",
					["right terminus"] = "Gammertingen",
				},
			},
		},
	},
}

return p