Modül:Adjacent stations/Berlin metrosu

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

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

Hatlar değiştir

HatKeysRenkHex koduİkon
U1
or 1
  53B147
U2
or 2
  F25821
U3
or 3
  14A796
U4
or 4
  FFD403
U5
or 5
  825A42
U6
or 6
  8171AC
U7
or 7
  069DD3
U8
or 8
  00619F
U9
or 9
  EB851C
local s = "Berlin %1 metro istasyonu"
local hs = "Berlin-%1 metro istasyonu"

local p = {
	["system title"] = "[[Berlin metrosu]]",
	["system icon"] = " ",
	["station format"] = {
		"%1 (Berlin metrosu)",

		["Alexanderplatz"] = s,
		["Brandenburger Tor"] = s,
		["Bundesplatz"] = s,
		["Friedrichstraße"] = s,
		["Gesundbrunnen"] = s,
		["Heidelberger Platz"] = s,
		["Hermannstraße"] = s,
		["Innsbrucker Platz"] = s,
		["Jannowitzbrücke"] = s,
		["Jungfernheide"] = s,
		["Karl-Bonhoeffer-Nervenklinik"] = s,
		["Potsdamer Platz"] = s,
		["Rathaus Steglitz"] = s,
		["Schönhauser Allee"] = s,
		["Westhafen"] = s,
		["Wuhletal"] = s,
		["Yorckstraße"] = s,

		["Lichtenberg"] = hs,
		["Pankow"] = hs,
		["Tempelhof"] = hs,
		["Wedding"] = hs,
		["Wittenau"] = hs,

		["Berlin Hauptbahnhof"] = "[[%1|Berlin Hbf]]",
		["Eisenacher Straße"] = "%1",
		["Hauptbahnhof"] = "[[Berlin Hauptbahnhof|Berlin Hbf]]",
		["Zoologischer Garten"] = "Berlin %1 railway station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[File:Berlin %1.svg|x14px|link=%1 (Berlin metrosu)]]"	
		},
		["U1"] = {
			["text color"] = "FFFFFF",
			["color"] = "53B147",
			["left terminus"] = "Uhlandstraße",
			["right terminus"] = "Warschauer Straße",
		},
		["U2"] = {
			["text color"] = "FFFFFF",
			["color"] = "F25821",
			["left terminus"] = "Ruhleben",
			["right terminus"] = "Pankow",
		},
		["U3"] = {
			["text color"] = "FFFFFF",
			["color"] = "14A796",
			["left terminus"] = "Krumme Lanke",
			["right terminus"] = "Warschauer Straße",
		},
		["U4"] = {
			["text color"] = "000000",
			["color"] = "FFD403",
			["left terminus"] = "Innsbrucker Platz",
			["right terminus"] = "Nollendorfplatz",
		},
		["U5"] = {
			["text color"] = "FFFFFF",
			["color"] = "825A42",
			["left terminus"] = "Berlin Hauptbahnhof",
			["right terminus"] = "Hönow",
		},
		["U6"] = {
			["text color"] = "FFFFFF",
			["color"] = "8171AC",
			["left terminus"] = "Alt-Tegel",
			["right terminus"] = "Alt-Mariendorf",
		},
		["U7"] = {
			["text color"] = "FFFFFF",
			["color"] = "069DD3",
			["left terminus"] = "Rathaus Spandau",
			["right terminus"] = "Rudow",
		},
		["U8"] = {
			["text color"] = "FFFFFF",
			["color"] = "00619F",
			["left terminus"] = "Wittenau",
			["right terminus"] = "Hermannstraße",
		},
		["U9"] = {
			["text color"] = "FFFFFF",
			["color"] = "EB851C",
			["left terminus"] = "Rathaus Steglitz",
			["right terminus"] = "Osloer Straße",
		},
		-- former lines
		["U55"] = {
			["text color"] = "FFFFFF",
			["color"] = "825A42",
			["left terminus"] = "Berlin Hauptbahnhof",
			["right terminus"] = "Brandenburger Tor",
		},
	},
	["aliases"] = {
		["1"] = "U1",
		["2"] = "U2",
		["3"] = "U3",
		["4"] = "U4",
		["5"] = "U5",
		["6"] = "U6",
		["7"] = "U7",
		["8"] = "U8",
		["9"] = "U9",
		["55"] = "U55",
	},
}

return p