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 14:23, 1 May 2022. 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",
		["Freudenstadt"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Ortenau-S-Bahn|%1]]",
			["color"] = "00519E",
		},
		["RB 20"] = {
			["types"] = {
				["718"] = {
					["title"] = "",
					["left terminus"] = "Freudenstadt",
					["right terminus"] = "Bad Griesbach",					
				},
				["721"] = {
					["title"] = "",
					["left terminus"] = "Bad Griesbach",
					["right terminus"] = "Freudenstadt",					
				},
			},
		},
		["RB 20a"] = {
			["left terminus"] = "Hausach",
			["right terminus"] = "Hornberg",
		},
		["RB 22"] = {
			["left terminus"] = "Biberach (Baden)",
			["right terminus"] = "Oberharmersbach-Riersbach",
		},
		["RB 24"] = {
			["left terminus"] = "Achern",
			["right terminus"] = "Ottenhöfen",
		},
		["RB 25"] = {
			["left terminus"] = "Strasbourg-Ville",
			["right terminus"] = "Offenburg",
		},
	},
}

return p