Module:Adjacent stations/Tashkent Metro

This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 10:01, 7 June 2022 (Undid revision 1091364964 by JJMC89 bot (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Tashkent Metro]]",
	["system icon"] = "[[File:Logo of Tashkent metro.png|25px|link=Tashkent Metro]]",
	["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 (brown)|Circle Line]]",
			["color"] = "A52A2A",
		},
	},
	["aliases"] = {
		["Circle (Halqa) Line"] = "Circle Line",
		["O'zbekiston Line"] = "Oʻzbekiston Line",
	}
}

return p