Modül:Adjacent stations/Hamburg S-Bahn

Vikipedi, özgür ansiklopedi
Modül belgelemesi[gör] [değiştir] [geçmiş] [temizle]

Bu, Modül:Adjacent stations için bir veri modülüdür. Hamburg S-Bahn tarafından işletilen hizmetleri destekler.

Hatlar[kaynağı değiştir]

HatKeysRenkHex koduİkon
S1 S1
or 1
  22b24c S1
S11 S11
or 11
  22b24c S11
S2 S2
or 2
  b72750 S2
S21 S21
or 21
  b72750 S21
S3 S3
or 3
  662d91 S3
S31 S31
or 31
  662d91 S31
local p = {
	["system title"] = "[[Hamburg S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Hamburg S-Bahn#Lines|%1]]",
			["icon"] = "[[File:Hamburg %1.svg|x15px|link=%1 (Hamburg S-Bahn)|%1]]"
		},
		["S1"] = {
			["color"] = "22b24c",
			["text color"] = "ffffff",
			["left terminus"] = "Wedel",
			["right terminus"] = {"Poppenbüttel", "Hamburg Airport"},
		},
		["S11"] = {
			["color"] = "22b24c",
			["left terminus"] = "Blankenese",
			["right terminus"] = "Poppenbüttel",
		},
		["S2"] = {
			["color"] = "b72750",
			["left terminus"] = "Hamburg-Altona",
			["right terminus"] = "Bergedorf",
		},
		["S21"] = {
			["color"] = "b72750",
			["left terminus"] = "Elbgaustraße",
			["right terminus"] = "Aumühle",
		},
		["S3"] = {
			["color"] = "662d91",
			["left terminus"] = "Pinneberg",
			["right terminus"] = "Stade",
			["types"] = {
				["Niederelbebahn"] = {
					["title"] = "",
					["left terminus"] = "Stade",
					["right terminus"] = "Pinneberg",					
				},
			},
		},
		["S31"] = {
			["color"] = "662d91",
			["text color"] = "ffffff",
			["left terminus"] = "Hamburg-Altona",
			["right terminus"] = "Hamburg-Neugraben",
			["types"] = {
				["Niederelbebahn"] = {
					["title"] = "",
					["left terminus"] = "Hamburg-Neugraben",
					["right terminus"] = "Hamburg-Altona",					
				},
			},
		},
	},
	["aliases"] = {
		["1"] = "S1",
		["11"] = "S11",
		["2"] = "S2",
		["21"] = "S21",
		["3"] = "S3",
		["31"] = "S31",
	},
}

return p