Module:Adjacent stations/DB Regio NRW

MyWikiBiz, Author Your Legacy — Tuesday May 07, 2024
Jump to navigationJump to search
local p = {
	["system title"] = "[[DB Regio NRW]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bochum Hbf"] = "Bochum Hauptbahnhof",
		["Dortmund Hbf"] = "Dortmund Hauptbahnhof",
		["Duisburg Hbf"] = "Duisburg Hauptbahnhof",
		["Düsseldorf Hbf"] = "Düsseldorf Hauptbahnhof",
		["Essen Hbf"] = "Essen Hauptbahnhof",
		["Gütersloh Hbf"] = "Gütersloh Hauptbahnhof",
		["Minden Hbf"] = "Minden Hauptbahnhof",
		["Mülheim (Ruhr) Hbf"] = "Mülheim (Ruhr) Hauptbahnhof",
		["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof",
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["2"] = {
					["title"] = "[[Rhein-Haard-Express|RE 2]]",
					["left terminus"] = "Düsseldorf Hbf",
					["right terminus"] = "Osnabrück Hbf",
				},
				["6"] = {
					["title"] = "[[Rhein-Weser-Express|RE 6]]",
					["left terminus"] = "Cologne/Bonn Airport",
					["right terminus"] = "Minden Hbf",
				},
			},
		},
	},
}

return p