Jump to content

Module:Adjacent stations/SWEG

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:01, 11 May 2023 (+RS 5 and 51). 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 Südwestdeutsche Landesverkehrs-AG|SWEG]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Aalen"] = hbf,
		["Freudenstadt"] = hbf,
		["Tübingen"] = hbf,
		["Ulm"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|%1]]",
			["text color"] = "FFFFFF",
		},
		["RB 20"] = {
			["title"] = "[[Ortenau-S-Bahn|%1]]",
			["color"] = "d30730",
			["types"] = {
				["718"] = {
					["title"] = "",
					["left terminus"] = "Freudenstadt",
					["right terminus"] = "Bad Griesbach",					
				},
				["721"] = {
					["title"] = "",
					["left terminus"] = "Bad Griesbach",
					["right terminus"] = "Freudenstadt",					
				},
			},
		},
		["RB 20a"] = {
			["title"] = "[[Ortenau-S-Bahn|%1]]",
			["color"] = "f3c300",
			["text color"] = "000000",
			["left terminus"] = "Hausach",
			["right terminus"] = "Hornberg",
		},
		["RB 22"] = {
			["title"] = "[[Ortenau-S-Bahn|%1]]",
			["color"] = "b15b9e",
			["left terminus"] = "Biberach (Baden)",
			["right terminus"] = "Oberharmersbach-Riersbach",
		},
		["RB 24"] = {
			["title"] = "[[Ortenau-S-Bahn|%1]]",
			["color"] = "b1cb06",
			["left terminus"] = "Achern",
			["right terminus"] = "Ottenhöfen",
		},
		["RB 25"] = {
			["title"] = "[[Ortenau-S-Bahn|%1]]",
			["color"] = "b6931d",
			["left terminus"] = "Strasbourg-Ville",
			["right terminus"] = "Offenburg",
		},
		["RB 42"] = {
			["color"] = "018c3c",
			["left terminus"] = "Rottweil",
			["right terminus"] = "Bräunlingen",
		},
		["RB 42a"] = {
			["color"] = "ed6e18",
			["left terminus"] = "Trossingen",
			["right terminus"] = "Trossingen Stadt",
		},
		["RB 43"] = {
			["color"] = "249bd7",
			["left terminus"] = "Blumberg-Zollhaus",
			["right terminus"] = "Rottweil",
		},
		["RB 43a"] = {
			["color"] = "b6931d",
			["left terminus"] = "Immendingen",
			["right terminus"] = "Sigmaringen",
		},
		["RB 66"] = {
			["color"] = "b1cb06",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Sigmaringen",
		},
		-- Danube-Iller Regional S-Bahn
	    ["RS 5"] = {
			["title"] = "[[Danube-Iller Regional S-Bahn|%1]]",
			["left terminus"] = "Ulm",
			["right terminus"] = "Aalen",					
		},
	    ["RS 51"] = {
			["title"] = "[[Danube-Iller Regional S-Bahn|%1]]",
			["left terminus"] = "Ulm",
			["right terminus"] = "Langenau (Württ)",					
		},
	},
}

return p