Jump to content

Module:Adjacent stations/SWEG Bahn Stuttgart

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:40, 15 October 2022 (+RB 17a). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

local p = {
	["system title"] = "[[SWEG Bahn Stuttgart]]",
	["system icon"] = "[[File:SWEG Logo.svg|30px]]",
	["station format"] = {
		"%1 station",
		["Karlsruhe"] = hbf,
		["Pforzheim "] = hbf,
		["Reutlingen"] = hbf,
		["Stuttgart"] = hbf,
		["Tübingen"] = hbf,
	},
	["lines"] = {
		["RE 12"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RE 12]]",
			["color"] = "ed6e19",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Stuttgart",
		},
		["RB 17a"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 17a]]",
			["color"] = "008c3c",
			["left terminus"] = {"Karlsruhe", "Bad Wildbad"},
			["right terminus"] = "Stuttgart",
		},
		["RB 18"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 18]]",
			["color"] = "008c3c",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Stuttgart",
		},
	},
}

return p