Jump to content

Module:Adjacent stations/NordWestBahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[NordWestBahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Bielefeld"] = hbf,
		["Bottrop"] = hbf,
		["Bremen"] = hbf,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Essen"] = hbf,
		["Hildesheim"] = hbf,
		["Krefeld"] = hbf,
		["Oberhausen"] = hbf,
		["Oldenburg"] = hbf,
		["Osnabrück"] = hbf,
		["Paderborn"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RB 31"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 31]]",
			["color"] = "7A7C80",
			["left terminus"] = "Xanten",
			["right terminus"] = "Duisburg",
		},
		["RB 36"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 30–39|RB 36]]",
			["color"] = "7A7C80",
			["left terminus"] = "Duisburg-Ruhrort",
			["right terminus"] = "Oberhausen",
		},
		["RB 45"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 40–49|RB 45]]",
			["color"] = "7A7C80",
			["left terminus"] = "Dorsten",
			["right terminus"] = "Coesfeld (Westf)",
		},
		["RB 58"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Lines 50–59|RB 58]]",
			["color"] = "7A7C80",
			["left terminus"] = "Osnabrück",
			["right terminus"] = "Bremen",
		},
		["RB 59"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Lines 50–59|RB 59]]",
			["color"] = "7A7C80",
			["left terminus"] = "Esens",
			["right terminus"] = "Wilhelmshaven",
		},
		["RB 74"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 74]]",
			["color"] = "7A7C80",
			["left terminus"] = "Bielefeld",
			["right terminus"] = "Paderborn",
		},
		["RB 75"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 70–79|RB 75]]",
			["color"] = "7A7C80",
			["left terminus"] = "Osnabrück",
			["right terminus"] = "Bielefeld",
		},
		["RB 84"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RB 84]]",
			["color"] = "7A7C80",
			["left terminus"] = "Paderborn",
			["right terminus"] = "Kreiensen",
		},
		["RB 85"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 80–89|RB 85]]",
			["color"] = "7A7C80",
			["left terminus"] = "Höxter-Ottbergen",
			["right terminus"] = "Göttingen",
		},
		["RE 10"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 10–19|RE 10]]",
			["color"] = "E66CAF",
			["left terminus"] = "Kleve",
			["right terminus"] = "Düsseldorf",
		},
		["RE 14"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 10–19|RE 14]]",
			["color"] = "003328",
			["left terminus"] = {"Borken (Westf)","Coesfeld (Westf)"},
			["right terminus"] = "Essen",
		},
		["RE 18"] = {
			["title"] = "[[List of railway routes in Lower Saxony#Lines 10–19|RE 18]]",
			["color"] = "10B3B4",
			["left terminus"] = "Wilhelmshaven",
			["right terminus"] = "Osnabrück",
		},
		["RE 44"] = {
			["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 40–49|RE 44]]",
			["color"] = "6294b0",
			["left terminus"] = "Moers",
			["right terminus"] = "Bottrop",
		},
	},
}

return p