Jump to content

Module:Adjacent stations/Metronom

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Metronom Eisenbahngesellschaft|Metronom]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
		["Bremen"] = hbf,
		["Hamburg"] = hbf,
		["Hannover"] = hbf,
		["Hildesheim"] = hbf,
		["Wolfsburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Metronom|%1]]",
		},
		-- RB
		["RB 31"] = {
			["color"] = "00519E",
			["left terminus"] = "Hamburg-Harburg",
			["right terminus"] = "Lüneburg",
		},
		["RB 41"] = {
			["color"] = "00519E",
			["left terminus"] = "Bremen",
			["right terminus"] = "Hamburg",
		},
		-- RE
		["RE 2"] = {
			["color"] = "E2001A",
			["left terminus"] = "Göttingen",
			["right terminus"] = "Uelzen",
		},
		["RE 3"] = {
			["color"] = "E2001A",
			["left terminus"] = "Hamburg",
			["right terminus"] = "Hannover",
		},
		["RE 4"] = {
			["color"] = "E2001A",
			["left terminus"] = "Bremen",
			["right terminus"] = "Hamburg",
		},
		["RE 30"] = {
			["color"] = "E2001A",
			["left terminus"] = "Hannover",
			["right terminus"] = "Wolfsburg",
		},
		["RE 50"] = {
			["color"] = "E2001A",
			["left terminus"] = "Hildesheim",
			["right terminus"] = "Wolfsburg",
		},
	},
}

return p