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:17, 1 May 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "SWEG", ["system icon"] = "", ["station format"] = { "%1 station", ["Freudenstadt"] = hbf, }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "00519E", }, ["RB 20"] = { ["note-mid"] = "Ortenau-S-Bahn", ["types"] = { ["718"] = {...'). 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 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"] = "[[List of railway routes in Baden-Württemberg#Regional services|%1]]",
			["color"] = "00519E",
		},
		["RB 20"] = {
			["note-mid"] = "[[Ortenau-S-Bahn]]",
			["types"] = {
				["718"] = {
					["title"] = "",
					["left terminus"] = "Freudenstadt",
					["right terminus"] = "Bad Griesbach",					
				},
				["721"] = {
					["title"] = "",
					["left terminus"] = "Bad Griesbach",
					["right terminus"] = "Freudenstadt",					
				},
			},
		},
		["RB 20a"] = {
			["note-mid"] = "[[Ortenau-S-Bahn]]",
			["left terminus"] = "Hausach",
			["right terminus"] = "Hornberg",
		},
		["RB 22"] = {
			["note-mid"] = "[[Ortenau-S-Bahn]]",
			["left terminus"] = "Biberach (Baden)",
			["right terminus"] = "Oberharmersbach-Riersbach",
		},
		["RB 24"] = {
			["note-mid"] = "[[Ortenau-S-Bahn]]",
			["left terminus"] = "Achern",
			["right terminus"] = "Ottenhöfen",
		},
		["RB 25"] = {
			["note-mid"] = "[[Ortenau-S-Bahn]]",
			["left terminus"] = "Strasbourg-Ville",
			["right terminus"] = "Offenburg",
		},
	},
}

return p