وحدة:Adjacent stations/Baku Metro

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
local p = {
	["system title"] = "[[مترو باكو]]",
	["system icon"] = "",
	["system color"] = "009900",
	["station format"] = {
		"%1 (مترو باكو)",
	},
	["lines"] = {
		["Green"] = {
			["title"] = "[[مترو باكو|المسار الأخضر]]",
			["color"] = "00AB5B",
			["left terminus"] = "دارناجول",
			["right terminus"] = {"هيسي أصلانوف", "باكملl"},
			["types"] = {
				["أصلانوف"] = {
					["title"] = "",
					["right terminus"] = "هيسي أصلانوف",
				},
			},
		},
		["Red"] = {
			["title"] = "[[مترو باكو|المسار الأحمر]]",
			["color"] = "EE1D23",
			["left terminus"] = "إشيري شاهر",
			["right terminus"] = {"هيسي أصلانوف", "باكمل"},
			["types"] = {
				["أصلانوف"] = {
					["title"] = "",
					["right terminus"] = "هيسي أصلانوف",
				},
			},
		},
		["Purple"] = {
			["title"] = "[[مترو باكو|المسار البنفسجي]]",
			["color"] = "8E177C",
			["left terminus"] = "افوفجازال",
			["right terminus"] = "معمر العجمي",
		},
		["Green part"] = {
			["title"] = "[[مترو باكو|المسار الاخضر (separated part)]]",
			["color"] = "9BCA3B",
			["left terminus"] = "جعفر جبارلي",
			["right terminus"] = "شاه إسماعيل خطاي",
		},
	},
}

return p