Module:Adjacent stations/Tashkent Metro

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Tashkent Metro]]",
	["system icon"] = "",
	["station format"] = {
		"%1 (Tashkent Metro)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "009900",
			["title"] = "[[%1|%1]]",
		},
		["Chilonzor Line"] = {
			["color"] = "FF0000",
			["left terminus"] = "Buyuk Ipak Yoli",
			["right terminus"] = "5-Bekat"
		},
		["Oʻzbekiston Line"] = {
			["color"] = "000099",
			["left terminus"] = "Beruniy",
			["right terminus"] = "Chkalov"
		},
		["Yunusobod Line"] = {
			["color"] = "009900",
			["left terminus"] = "Turkiston",
			["right terminus"] = "Ming Orik"
		},
		["Circle Line"] = {
			["title"] = "[[Tashkent Metro#Circle Line (gold)|Circle Line]]",
			["color"] = "D5A72B",
		},
	},
	["aliases"] = {
		["circle (halqa) line"] = "Circle Line",
		["o'zbekiston line"] = "Oʻzbekiston Line",
	}
}

return p