Jump to content

Module:Adjacent stations/WestfalenBahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:49, 4 July 2021 (Created page with 'local p = { ["system title"] = "WestfalenBahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Braunschweig Hbf"] = "Braunschweig Hauptbahnhof", ["Hannover Hbf"] = "Hannover Hauptbahnhof", ["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof", }, ["lines"] = { ["RE"] = { ["title"] = "", ["color"] = "E2001A", ["types"] = { ["60"] = { ["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60...'). 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"] = "[[WestfalenBahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig Hbf"] = "Braunschweig Hauptbahnhof",
		["Hannover Hbf"] = "Hannover Hauptbahnhof",
		["Osnabrück Hbf"] = "Osnabrück Hauptbahnhof",
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["60"] = {
					["title"] = "[[List of regional railway lines in North Rhine-Westphalia#Lines 60–69|RE 60]]",
					["left terminus"] = "Rheine",
					["right terminus"] = "Braunschweig Hbf",
				},
			},
		},
	},
}

return p