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 23:14, 21 July 2021 (+RB 32). 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"] = "[[Erixx]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Bremen"] = hbf,
		["Hannover"] = hbf,
		["Hildesheim"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["32"] = {
					["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 32]]",
					["left terminus"] = "Lüneburg",
					["right terminus"] = "Dannenberg Ost",
				},
				["37"] = {
					["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 37]]",
					["left terminus"] = "Bremen",
					["right terminus"] = "Uelzen",
				},
				["38"] = {
					["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 38]]",
					["left terminus"] = "Buchholz (Nordheide)",
					["right terminus"] = "Hannover",
				},
				["42"] = {
					["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 42]]",
					["left terminus"] = "Bad Harzburg",
					["right terminus"] = "Braunschweig",
				},
				["43"] = {
					["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 43]]",
					["left terminus"] = "Goslar",
					["right terminus"] = "Braunschweig",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["10"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 10]]",
					["left terminus"] = "Hannover",
					["right terminus"] = "Bad Harzburg",
				},
			},
		},
	},
}

return p