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 13:15, 10 July 2021 (Created page with 'local hbf = "%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"] = "RE 1", ["left terminus"] = "Göttingen", ["right terminus"] = "Glauchau (Sachs)", },...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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