Jump to content

Module:Adjacent stations/NordWestBahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:02, 3 July 2021 (+RE 18). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[NordWestBahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bremen Hbf"] = "Bremen Hauptbahnhof",
		["Oldenburg Hbf"] = "Oldenburg Hauptbahnhof",
		["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof",
		["Wilhelmshaven Hbf"] = "Wilhelmshaven Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["58"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 58]]",
					["left terminus"] = "Osnabrück Hbf",
					["right terminus"] = "Bremen Hbf",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["18"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 18]]",
					["left terminus"] = "Wilhelmshaven Hbf",
					["right terminus"] = "Osnabrück Hbf",
				},
			},
		},
	},
}

return p