Jump to content

Module:Adjacent stations/Kharkiv Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:54, 15 April 2022 (Create based on Template:KHARKIVMETRO color and Kharkiv_Metro#Lines_and_stations). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "Kharkiv Metro",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 (Kharkiv Metro)"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Kharkiv Metro)]]",
			["color"] = "666666",
		},
		["1"] = {
			["title"] = "[[Line 1 (Kharkiv Metro)|Line 1]]",
			["color"] = "FF0000",
			["left terminus"] = "Kholodna Hora",
			["right terminus"] = "Industrialna",
		},
		["2"] = {
			["title"] = "[[Line 2 (Kharkiv Metro)|Line 2]]",
			["color"] = "0000FF",
			["left terminus"] = "Istorychnyi Muzei",
			["right terminus"] = "Heroiv Pratsi",
		},
		["3"] = {
			["title"] = "[[Line 3 (Kharkiv Metro)|Line 3]]",
			["color"] = "008000",
			["left terminus"] = "Peremoha",
			["right terminus"] = "Metrobudivnykiv",
		},
	},
	["aliases"] = {
		["kholodnohirsko-zavodska"] = "1",
		["saltivska"] = "2",
		["oleksiivska"] = "3",
	} 
}

return p