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:42, 7 October 2022 (RB 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"] = "[[DB Regio Südost]]",
	["system icon"] = "[[File:Deutsche_Bahn_AG-Logo.svg|15px]]",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Dessau"] = hbf,
		["Dresden"] = hbf,
		["Erfurt"] = hbf,
		["Gera"] = hbf,
		["Halle (Saale)"] = hbf,
		["Leipzig"] = hbf,
		["Magdeburg"] = hbf,
		["Stendal"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",	
		},
		["RB 32"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RB 32]]",
			["color"] = "95c11f",
			["left terminus"] = "Salzwedel",
			["right terminus"] = "Stendal",
		},
		["RB 40"] = {
			["title"] = "[[List of railway routes in Lower Saxony#DB Regio|RB 40]]",
			["color"] = "765630",
			["left terminus"] = "Braunschweig",
			["right terminus"] = "Burg (bei Magdeburg)",	
		},
		["RB 51"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RB 51]]",
			["color"] = "e71a80",
			["left terminus"] = "Dessau",
			["right terminus"] = "Falkenberg (Elster)",
		},
		["RE 1"] = {
			["title"] = "[[List of railway routes in Thuringia|RE 1]]",
			["color"] = "ee3742",
			["left terminus"] = "Göttingen",
			["right terminus"] = "Glauchau (Sachs)",
		},
		["RE 3"] = {
			["title"] = "[[List of railway routes in Thuringia|RE 3]]",
			["color"] = "f26736",
			["left terminus"] = "Erfurt",
			["right terminus"] = {"Altenburg", "Greiz"},
		},
		["RE 13"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RE 13]]",
			["color"] = "054481",
			["left terminus"] = "Magdeburg",
			["right terminus"] = "Leipzig",
		},
		["RE 14"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RE 14]]",
			["color"] = "b17f4a",
			["left terminus"] = "Magdeburg",
			["right terminus"] = "Falkenberg",
		},
		["RE 20"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RE 20]]",
			["color"] = "089b87",
			["left terminus"] = "Uelzen",
			["right terminus"] = "Magdeburg",
		},
		["RE 30"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RE 30]]",
			["color"] = "0077ba",
			["left terminus"] = "Magdeburg",
			["right terminus"] = "Halle (Saale)",
		},
		["RE 50"] = {
			["title"] = "[[List of railway routes in Saxony#Regional services|RE 50]]",
			["color"] = "b71d21",
			["left terminus"] = "Leipzig",
			["right terminus"] = "Dresden",
		},
		["RE 55"] = {
			["title"] = "[[List of railway routes in Thuringia#Regional services|RE 55]]",
			["color"] = "4f61ad",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Nordhausen",
		},
		["RE 56"] = {
			["title"] = "[[List of railway routes in Thuringia#Regional services|RE 56]]",
			["color"] = "4f61ad",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Nordhausen",
		},
	},
}

return p