Module:Adjacent stations/Dessau-Wörlitzer Eisenbahn

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Dessau-Wörlitzer Eisenbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Dessau"] = hbf,
	},
	["lines"] = {
		["Dessau–Wörlitz"] = {
			["title"] = "Dessau–Wörlitz",
			["color"] = "6d6e70",
			["left terminus"] = "Dessau",
			["right terminus"] = "Wörlitz",
		},
	},
}

return p