Jump to content

Module:Adjacent stations/Hanover S-Bahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:42, 9 July 2021 (Created page with 'local p = { ["system title"] = "Hanover S-Bahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Hannover Hbf"] = "Hannover Hauptbahnhof", ["Hildesheim Hbf"] = "Hildesheim Hauptbahnhof", ["Paderborn Hbf"] = "Paderborn Hauptbahnhof", }, ["_default"] = { ["title"] = "S %1", }, ["lines"] = { ["1"] = { ["color"] = "7b6dac", ["left terminus"] = "Minden (Westfalen)", ["right terminus"] = "Has...'). 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"] = "[[Hanover S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hannover Hbf"] = "Hannover Hauptbahnhof",
		["Hildesheim Hbf"] = "Hildesheim Hauptbahnhof",
		["Paderborn Hbf"] = "Paderborn Hauptbahnhof",
	},
	["_default"] = {
		["title"] = "[[Hanover S-Bahn#Routes|S %1]]",	
	},
	["lines"] = {
		["1"] = {
			["color"] = "7b6dac",
			["left terminus"] = "Minden (Westfalen)",
			["right terminus"] = "Haste (Han)",
		},
		["2"] = {
			["color"] = "00854a",
			["left terminus"] = "Nienburg (Weser)",
			["right terminus"] = "Haste (Han)",
		},
		["21"] = {
			["color"] = "00854a",
			["left terminus"] = "Barsinghausen",
			["right terminus"] = "Hannover Hbf",
		},
		["3"] = {
			["color"] = "db6eac",
			["left terminus"] = "Hannover Hbf",
			["right terminus"] = "Hildesheim Hbf",
		},
		["4"] = {
			["color"] = "973051",
			["left terminus"] = "Bennemühlen",
			["right terminus"] = "Hildesheim Hbf",
		},
		["5"] = {
			["color"] = "f68b1e",
			["left terminus"] = "Paderborn Hbf",
			["right terminus"] = "Hannover Flughafen",
		},
		["51"] = {
			["color"] = "f68b1e",
			["left terminus"] = "Hameln",
			["right terminus"] = "Seelze",
		},
		["6"] = {
			["color"] = "005aab",
			["left terminus"] = "Hannover Hbf",
			["right terminus"] = "Celle",
		},
		["7"] = {
			["color"] = "a5ce43",
			["left terminus"] = "Hannover Hbf",
			["right terminus"] = "Celle",
		},
		["8"] = {
			["color"] = "069edb",
			["left terminus"] = "Hannover Flughafen",
			["right terminus"] = "Hannover Messe/Laatzen",
		},
	},
}

return p