Jump to content

Module:Adjacent stations/DB Regio NRW

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 17:20, 5 July 2021 (Created page with 'local p = { ["system title"] = "DB Regio NRW", ["system icon"] = "", ["station format"] = { "%1 station", ["Düsseldorf Hbf"] = "Düsseldorf Hauptbahnhof", ["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof", }, ["lines"] = { ["RE"] = { ["title"] = "", ["color"] = "E2001A", ["types"] = { ["2"] = { ["title"] = "RE 2", ["left terminus"] = "Düsseldorf Hbf", ["right terminus"] = "Osnabrück Hbf",...'). 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 p = {
	["system title"] = "[[DB Regio NRW]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Düsseldorf Hbf"] = "Düsseldorf 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",
				},
			},
		},
	},
}

return p