Jump to content

Module:Adjacent stations/SWEG

Permanently protected module
From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[SWEG Südwestdeutsche Landesverkehrs-AG|SWEG]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Aalen"] = hbf,
		["Freudenstadt"] = hbf,
		["Tübingen"] = hbf,
		["Ulm"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[SWEG Südwestdeutsche Landesverkehrs-AG|%1]]",
			["text color"] = "FFFFFF",
		},
		["RE 42"] = {
			["color"] = "999999",
			["left terminus"] = "Villingen (Schwarzwald)",
			["right terminus"] = "Rottweil",
		},
		["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 32"] = {
			["color"] = "581d6f",
			["left terminus"] = "Radolfzell",
			["right terminus"] = "Stockach",
		},
		["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 59a"] = {
			["color"] = "693b18",
			["left terminus"] = "Sigmaringen",
			["right terminus"] = "Engstingen",
		},
		["RB 66"] = {
			["color"] = "b1cb06",
			["left terminus"] = "Tübingen",
			["right terminus"] = "Sigmaringen",
		},
		["RB 67"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 67]]",
			["color"] = "999999",
			["left terminus"] = "Eyach",
			["right terminus"] = "Hechingen",
		},
		["RB 68"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 68]]",
			["color"] = "999999",
			["left terminus"] = "Hechingen",
			["right terminus"] = "Sigmaringen",
		},
		["RB 69"] = {
			["title"] = "[[List of railway routes in Baden-Württemberg|RB 69]]",
			["color"] = "999999",
			["left terminus"] = "Balingen (Württ.)",
			["right terminus"] = "Schömberg (b. Balingen)",
		},
		-- Danube-Iller Regional S-Bahn
		["RS 3"] = {
			["title"] = "[[Danube-Iller Regional S-Bahn|%1]]",
			["color"] = "683a8e",
			["left terminus"] = "Munderkingen",
			["right terminus"] = "Ulm",
		},
	    ["RS 5"] = {
			["title"] = "[[Danube-Iller Regional S-Bahn|%1]]",
			["color"] = "026734",
			["left terminus"] = "Ulm",
			["right terminus"] = "Aalen",					
		},
	    ["RS 51"] = {
			["title"] = "[[Danube-Iller Regional S-Bahn|%1]]",
			["color"] = "52af36",
			["left terminus"] = "Ulm",
			["right terminus"] = "Langenau (Württ)",					
		},
	},
}

return p