Jump to content

Module:Adjacent stations/Regionalverkehre Start Deutschland

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Regionalverkehre Start Deutschland|Start]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Berlin Ostbahnhof"] = "%1",
		["Bremen"] = hbf,
		["Dessau"] = hbf,
		["Erfurt"] = hbf,
		["Frankfurt"] = "[[Frankfurt (Main) Hauptbahnhof|Frankfurt (Main) Hbf]]",
		["Frankfurt (Main)"] = hbf,
		["Halberstadt"] = hbf,
		["Halle (Saale)"] = hbf,
		["Kassel"] = hbf,
		["Leipzig"] = hbf,
		["Magdeburg"] = hbf,
		["Hamburg"] = hbf,
		["Hannover"] = hbf,
		["Hildesheim"] = hbf,
		["Naumburg (Saale)"] = hbf,
		["Stendal"] = hbf,
		["Thale"] = hbf,
		["Wernigerode"] = hbf,
		["Wolfsburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "00519E",
			["text color"] = "FFFFFF",
			["title"] = "[[Regionalverkehre Start Deutschland|%1]]",		
		},
			["RB 11"] = {
			["color"] = "007dc5",
			["left terminus"] = "Bad Soden",
			["right terminus"] = "Höchst",
		},
			["RB 12"] = {
			["color"] = "945b37",
			["left terminus"] = "Königstein (Taunus)",
			["right terminus"] = "Frankfurt",
		},
			["RB 15"] = {
			["color"] = "e4a024",
			["left terminus"] = "Brandoberndorf",
			["right terminus"] = {"Bad Homburg", "Frankfurt"},
		},
			["RB 16"] = {
			["color"] = "007dc5",
			["left terminus"] = "Friedberg",
			["right terminus"] = {"Friedrichsdorf", "Bad Homburg"},
		},
			["RB 25"] = {
			["color"] = "0087CB",
			["left terminus"] = "Saalfeld (Saale)",
			["right terminus"] = "Halle (Saale)",
		},
			["RB 32"] = {
			["color"] = "00519E",
			["left terminus"] = "Bremen",
			["right terminus"] = "Uelzen",
		},
		["RB 35"] = {
			["color"] = "0ba5df",
			["left terminus"] = "Wolfsburg",
			["right terminus"] = "Stendal",
		},
		["RB 36"] = {
			["color"] = "e71a80",
			["left terminus"] = "Wolfsburg",
			["right terminus"] = "Magdeburg",
		},
		["RB 37"] = {
			["left terminus"] = "Bremen",
			["right terminus"] = "Uelzen",
		},
		["RB 38"] = {
			["left terminus"] = "Buchholz (Nordheide)",
			["right terminus"] = "Hannover",
		},
		["RB 41"] = {
			["color"] = "e71a80",
			["left terminus"] = "Aschersleben",
			["right terminus"] = "Magdeburg",
		},
		["RB 43"] = {
			["color"] = "0ba5df",
			["left terminus"] = "Oschersleben (Bode)",
			["right terminus"] = "Magdeburg",
		},
		["RB 44"] = {
			["color"] = "b17f4a",
			["left terminus"] = "Halberstadt",
			["right terminus"] = "Aschersleben",
		},
		["RB 47"] = {
			["color"] = "089b87",
			["left terminus"] = "Magdeburg",
			["right terminus"] = "Halle (Saale)",
		},
		["RB 50"] = {
			["color"] = "d20a11",
			["left terminus"] = "Aschersleben",
			["right terminus"] = "Dessau",
		},
			["RB 77"] = {
			["title"] = "[[Weser-Bahn|RB 77]]",
			["color"] = "00519E",
			["left terminus"] = "Hildesheim",
			["right terminus"] = "Herford",
		},
			["RB 79"] = {
			["color"] = "00519E",
			["left terminus"] = "Hildesheim",
			["right terminus"] = "Bodenburg",
		},
		["HBX"] = {
			["color"] = "E2001A",
			["left terminus"] = "Goslar",
			["right terminus"] = "Berlin Ostbahnhof",
		},
		["RE 4"] = {
			["color"] = "b17f4a",
			["left terminus"] = "Goslar",
			["right terminus"] = "Halle (Saale)",
		},
		["RE 5"] = {
			["color"] = "E2001A",
			["left terminus"] = "Cuxhaven",
			["right terminus"] = "Hamburg",
		},
		["RE 6"] = {
			["color"] = "831f82",
			["left terminus"] = "Wolfsburg",
			["right terminus"] = "Magdeburg",
		},
		["RE 10"] = {
			["color"] = "831f82",
			["left terminus"] = "Erfurt",
			["right terminus"] = "Magdeburg",
		},
		["RE 11"] = {
			["color"] = "054481",
			["left terminus"] = "Thale",
			["right terminus"] = "Magdeburg",
		},
		["RE 21"] = {
			["color"] = "054481",
			["left terminus"] = "Goslar",
			["right terminus"] = "Magdeburg",
		},
		["RE 24"] = {
			["color"] = "765630",
			["left terminus"] = "Halberstadt",
			["right terminus"] = "Halle (Saale)",
		},
		["RE 31"] = {
			["color"] = "054481",
			["left terminus"] = "Blankenburg (Harz)",
			["right terminus"] = "Magdeburg",
		},
	},
}

return p