Module:Adjacent stations/Tashkent Metro

This is an old revision of this page, as edited by Hammersoft (talk | contribs) at 12:58, 12 June 2022 (rv restoration of non-free logo causing distribution of this logo to 40+ articles without rationale. This is a non-free file; it is not permitted to be used in this way, per WP:NFCC #9). 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"] = "",
	["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