Jump to content

Module:Adjacent stations/DB Regio Südost

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 19:29, 23 July 2021 (+RE 55 and 56). 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"] = "[[DB Regio Südost]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Erfurt"] = hbf,
		["Gera"] = hbf,
		["Magdeburg"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["40"] = {
					["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 40]]",
					["left terminus"] = "Braunschweig",
					["right terminus"] = "Burg (bei Magdeburg)",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["1"] = {
					["title"] = "[[List of railway routes in Thuringia|RE 1]]",
					["left terminus"] = "Göttingen",
					["right terminus"] = "Glauchau (Sachs)",
				},
				["20"] = {
					["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RE 20]]",
					["left terminus"] = "Uelzen",
					["right terminus"] = "Magdeburg",
				},
				["55"] = {
					["title"] = "[[List of railway routes in Thuringia#Regional services|RE 55]]",
					["left terminus"] = "Erfurt",
					["right terminus"] = "Nordhausen",
				},
				["56"] = {
					["title"] = "[[List of railway routes in Thuringia#Regional services|RE 56]]",
					["left terminus"] = "Erfurt",
					["right terminus"] = "Nordhausen",
				},
			},
		},
	},
}

return p