Jump to content

Module:Adjacent stations/Regionalverkehre Start Deutschland

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:59, 1 July 2021 (Created page with 'local p = { ["system title"] = "Regionalverkehre Start Deutschland", ["system icon"] = "", ["station format"] = { "%1 station", ["Hamburg Hbf"] = "Ham...'). 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 p = {
	["system title"] = "[[Regionalverkehre Start Deutschland]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["5"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 5]]",
					["left terminus"] = "Cuxhaven",
					["right terminus"] = "Hamburg Hbf",
				},
			},
		},
	},
}

return p