Module:Adjacent stations/Erixx

From Wikipedia, the free encyclopedia

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"] = "[[Erixx|%1]]",			
		},
		-- RB
		["RB 32"] = {
			["color"] = "00519E",
			["left terminus"] = "Lüneburg",
			["right terminus"] = "Dannenberg Ost",
		},
		["RB 42"] = {
			["color"] = "00519E",
			["left terminus"] = "Bad Harzburg",
			["right terminus"] = "Braunschweig",
		},
		["RB 43"] = {
			["color"] = "00519E",
			["left terminus"] = "Goslar",
			["right terminus"] = "Braunschweig",
		},
		["RB 47"] = {
			["color"] = "00519E",
			["left terminus"] = "Uelzen",
			["right terminus"] = "Braunschweig",
		},
		["RB 76"] = {
			["color"] = "FED101",
			["text color"] = "000000",
			["left terminus"] = "Kiel",
			["right terminus"] = "Kiel-Oppendorf",
		},
		["RB 84"] = {
			["color"] = "CA81AE",
			["text color"] = "000000",
			["left terminus"] = "Kiel",
			["right terminus"] = "Lübeck",
		},
		-- RE
		["RE 10"] = {
			["color"] = "E2001A",
			["left terminus"] = "Hannover",
			["right terminus"] = "Bad Harzburg",
		},
		["RE 83"] = {
			["color"] = "02387D",
			["left terminus"] = "Kiel",
			["right terminus"] = "Lüneburg",
		},
	},
}

return p