Jump to content

Module:Adjacent stations/DB Regio Nord

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 11:35, 1 July 2021 (Created page with 'local p = { ["system title"] = "DB Regio Nord", ["system icon"] = "", ["station format"] = { "%1 station", ["Hamburg Hbf"] = "Hamburg Hauptbahnhof",...'). 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 Nord]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["81"] = {
					["title"] = "[[Regionalbahn|RB 81]]",
					["left terminus"] = "Hamburg Hbf",
					["right terminus"] = "Bad Oldesloe",
				},
			},
		},
	},
}

return p