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 19:52, 9 July 2021 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "National Express Germany", ["system icon"] = "", ["station format"] = { "%1 station", ["Krefeld"] = hbf, ["Neuss"] = hbf, }, ["lines"] = { ["RE"] = { ["title"] = "", ["color"] = "E2001A", ["types"] = { ["7"] = { ["title"] = "RE 7", ["left terminus"] = "Krefeld", ["right terminus"] = "Rheine", }, }, },...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

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

return p