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 Grahamec (talk | contribs) at 12:35, 10 May 2023 (add Bremen hbf). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

local p = {
	["system title"] = "[[Regionalverkehre Start Deutschland]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = hbf,
		["Bremen Hbf"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "00519E",
			["text color"] = "FFFFFF",
			["title"] = "",			
		},
		["RB 37"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 37]]",
			["left terminus"] = "Bremen",
			["right terminus"] = "Uelzen",
		},
		["RB 38"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 38]]",
			["left terminus"] = "Buchholz (Nordheide)",
			["right terminus"] = "Hannover",
		},
		["RE 5"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RE 5]]",
			["color"] = "E2001A",
			["left terminus"] = "Cuxhaven",
			["right terminus"] = "Hamburg Hbf",
		},
	},
}

return p