Module:Adjacent stations/Dessau-Wörlitzer Eisenbahn

< Module:Adjacent stations
Revision as of 17:23, 9 October 2022 by imported>Mackensen (Created page with 'local hbf = "%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')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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