Module:Adjacent stations/DB Regio Südost

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[DB Regio Südost]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Erfurt"] = hbf,
		["Gera"] = hbf,
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["1"] = {
					["title"] = "[[List of railway routes in Thuringia|RE 1]]",
					["left terminus"] = "Göttingen",
					["right terminus"] = "Glauchau (Sachs)",
				},
			},
		},
	},
}

return p