Module:Adjacent stations/DB Regio Südost

MyWikiBiz, Author Your Legacy — Saturday September 28, 2024
< Module:Adjacent stations
Revision as of 20:35, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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