Jump to content

Module:Adjacent stations/Erixx

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 14:39, 11 May 2023 (add Kiel 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"] = "[[Erixx]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Bremen"] = hbf,
		["Hannover"] = hbf,
		["Hildesheim"] = hbf,
		["Kiel"] = hbf,
		["Lübeck"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "00519E",
			["text color"] = "FFFFFF",
			["title"] = "",			
		},
			["RB 32"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 32]]",
			["color"] = "00519E",
			["left terminus"] = "Lüneburg",
			["right terminus"] = "Dannenberg Ost",
		},
			["RB 42"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 42]]",
			["color"] = "00519E",
			["left terminus"] = "Bad Harzburg",
			["right terminus"] = "Braunschweig",
		},
			["RB 43"] = {
		 	["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 43]]",
			["color"] = "00519E",
			["left terminus"] = "Goslar",
			["right terminus"] = "Braunschweig",
		},
			["RB 47"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Erixx|RB 47]]",
			["color"] = "00519E",
			["left terminus"] = "Uelzen",
			["right terminus"] = "Braunschweig",
		},
			["RB 76"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein|RB 76]]",
			["color"] = "FED101",
			["text color"] = "000000",
			["left terminus"] = "Kiel",
			["right terminus"] = "Schönberger Strand",
		},
			["RB 84"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein|RB 84]]",
			["color"] = "CA81AE",
			["text color"] = "000000",
			["left terminus"] = "Kiel",
			["right terminus"] = "Lübeck",
		},
			["RE 10"] = {
			["title"] = "[[List of railway routes in Lower Saxony|RE 10]]",
			["color"] = "E2001A",
			["left terminus"] = "Hannover",
			["right terminus"] = "Bad Harzburg",
		},
			["RE 83"] = {
			["title"] = "[[List of railway routes in Schleswig-Holstein|RE 83]]",
			["color"] = "02387D",
			["left terminus"] = "Kiel",
			["right terminus"] = "Lüneburg",
		},
	},
}

return p