Jump to content

Module:Adjacent stations/nordbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:59, 27 June 2021 (Created page with 'local p = { ["system title"] = "nordbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Hamburg 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"] = "[[Nordbahn Eisenbahngesellschaft|nordbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["types"] = {
				["61"] = {
					["title"] = "[[Regionalbahn|RB 61]]",
					["color"] = "093969",
					["left terminus"] = "Itzehoe",
					["right terminus"] = "Hamburg Hbf",
				},
				["63"] = {
					["title"] = "[[Regionalbahn|RB 63]]",
					["color"] = "ECA800",
					["left terminus"] = "Büsum",
					["right terminus"] = "Neumünster",
				},
				["71"] = {
					["title"] = "[[Regionalbahn|RB 71]]",
					["color"] = "2B74BE",
					["left terminus"] = {"Itzehoe", "Wrist"},
					["right terminus"] = "Hamburg-Altona",
				},
				["81"] = {
					["title"] = "[[Regionalbahn|RB 81]]",
					["color"] = "888888",
					["left terminus"] = "Neumünster",
					["right terminus"] = "Bad Oldesloe",
				},
			}
		},
	},
}

return p