Jump to content

Module:Adjacent stations/Baku Metro

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Blaixx (talk | contribs) at 18:38, 30 December 2022 (New purple line terminus at Khojasan). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Baku Metro]]",
	["system icon"] = "[[File:Baku Subway logo.png|16px|alt=]]",
	["system color"] = "009900",
	["station format"] = {
		"%1 (Baku Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Baku Metro#Lines|%1 line]]",
		},
		["Green"] = {
			["color"] = "00AB5B",
			["left terminus"] = "Darnagul",
			["right terminus"] = {"Hazi Aslanov", "Bakmil"},
			["types"] = {
				["Aslanov"] = {
					["title"] = "",
					["right terminus"] = "Hazi Aslanov",
				},
			},
		},
		["Green part"] = {
			["title"] = "[[Baku Metro#Lines|Green line (separated part)]]",
			["color"] = "9BCA3B",
			["left terminus"] = "Jafar Jabbarly",
			["right terminus"] = "Shah Ismail Khatai",
		},
		["Purple"] = {
			["color"] = "8E177C",
			["left terminus"] = "Khojasan",
			["right terminus"] = "8 Noyabr",
		},
		["Red"] = {
			["color"] = "EE1D23",
			["left terminus"] = "Icheri Sheher",
			["right terminus"] = {"Hazi Aslanov", "Bakmil"},
			["types"] = {
				["Aslanov"] = {
					["title"] = "",
					["right terminus"] = "Hazi Aslanov",
				},
			},
		},
	},
}

return p