Jump to content

Module:Adjacent stations/Erixx

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

local p = {
	["system title"] = "[[Erixx]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bremen Hbf"] = "Bremen Hauptbahnhof",
		["Hannover Hbf"] = "Hannover Hauptbahnhof",
		["Hildesheim Hbf"] = "Hildesheim Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["37"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 37]]",
					["left terminus"] = "Bremen Hbf",
					["right terminus"] = "Uelzen",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["10"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 10]]",
					["left terminus"] = "Hannover Hbf",
					["right terminus"] = "Bad Harzburg",
				},
			},
		},
	},
}

return p