Module:Adjacent stations/National Express Germany

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[National Express Germany]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Aachen"] = hbf,
		["Bochum"] = hbf,
		["Dortmund"] = hbf,
		["Duisburg"] = hbf,
		["Koblenz"] = hbf,
		["Krefeld"] = hbf,
		["Mülheim (Ruhr)"] = hbf,
		["Neuss"] = hbf,
		["Oberhausen"] = hbf,
		["Witten"] = hbf,
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["48"] = {
					["title"] = "[[Rhein-Wupper-Bahn|RB 48]]",
					["left terminus"] = "Bonn-Mehlem",
					["right terminus"] = "Wuppertal-Oberbarmen",
				},
			},
		},
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["4"] = {
					["title"] = "[[Wupper-Express|RE 4]]",
					["left terminus"] = "Aachen",
					["right terminus"] = "Dortmund",
				},
				["5"] = {
					["title"] = "[[Rhein-Express|RE 5]]",
					["left terminus"] = "Koblenz",
					["right terminus"] = "Wesel",
				},
				["6"] = {
					["title"] = "[[Rhein-Weser-Express|RE 6]]",
					["left terminus"] = "Cologne/Bonn Airport",
					["right terminus"] = "Minden (Westfalen)",
				},
				["7"] = {
					["title"] = "[[Rhein-Münsterland-Express|RE 7]]",
					["left terminus"] = "Krefeld",
					["right terminus"] = "Rheine",
				},
			},
		},
	},
}

return p