Jump to content

Module:Adjacent stations/Istanbul Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:35, 18 April 2022 (create based on Template:Istanbul Metro color and Istanbul_Metro#Lines. Create with aliases to main lines initially; aliases may need their own sections. Some existing and future lines are not yet listed here.). 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"] = "Istanbul Metro",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 (Istanbul Metro)"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Istanbul Metro)]]",
		},
		["M1"] = {
			["title"] = "[[M1 (Istanbul Metro)|M1 Line]]",
			["color"] = "EE2229",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M2"] = {
			["title"] = "[[M2 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "059A4D",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M3"] = {
			["title"] = "[[M3 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "0CA6DF",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M4"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "E81E77",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M5"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "683166",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M6"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "C9AA79",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M7"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "F490B3",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M8"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "487ABF",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M9"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "FCD10D",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M10"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "60C8D8",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M11"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "A1609B",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M12"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "C9DB70",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["M13"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "0CA950",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["F1"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "7A745A",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["F3"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "7A745A",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
		["F4"] = {
			["title"] = "[[M1 (Istanbul Metro)|Kholodnohirsko-Zavodska Line]]",
			["color"] = "7A745A",
			["left terminus"] = "Kholodna",
			["right terminus"] = "Industrialna",
		},
	},
	["aliases"] = {
		["m1a"] = "M1",
		["m1b"] = "M1",
		["m2 seyrantepe"] = "M2",
		["m3 metrokent"] = "M3",
		["m3 olimpiyat"] = "M3",
		["m4 ext"] = "M4",
		["m4 sg"] = "M4",
		["m4 tz"] = "M4",
		["m5 future"] = "M5",
	}
}

return p