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 22:30, 3 October 2022 (refactor). 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,
		["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)",	
		},
		["RE 1"] = {
			["title"] = "[[List of railway routes in Thuringia|RE 1]]",
			["color"] = "ee3742",
			["left terminus"] = "Göttingen",
			["right terminus"] = "Glauchau (Sachs)",
		},
		["RE 20"] = {
			["title"] = "[[List of railway routes in Saxony-Anhalt#Regional services|RE 20]]",
			["color"] = "089b87",
			["left terminus"] = "Uelzen",
			["right terminus"] = "Magdeburg",
		},
		["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