Jump to content

Module:Adjacent stations/National Express Germany

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:22, 10 July 2021 (+Oberhausen). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

local p = {
	["system title"] = "[[National Express Germany]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Koblenz"] = hbf,
		["Krefeld"] = hbf,
		["Neuss"] = hbf,
		["Oberhausen"] = hbf,
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["5"] = {
					["title"] = "[[Rhein-Express|RE 5]]",
					["left terminus"] = "Koblenz",
					["right terminus"] = "Wesel",
				},
				["7"] = {
					["title"] = "[[Rhein-Münsterland-Express|RE 7]]",
					["left terminus"] = "Krefeld",
					["right terminus"] = "Rheine",
				},
			},
		},
	},
}

return p