Jump to content

Module:Adjacent stations/İzmir Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 16:51, 2 June 2022 (bypass some redirects; this is confusing because the line 3 referred to in this template redirects to M2 (İzmir Metro). Once construction is finished and these lines have official names, someone will have to sort this out.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[İzmir Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 (İzmir Metro)",
		["Fahrettin Altay"] = "[[Fahrettin Altay (İzmir Metro)|F. Altay]]",
		["General Asım Gündüz"] = "[[General Asım Gündüz (İzmir Metro)|Gen. Asım Gündüz]]",
		["Halkapınar"] = "[[Halkapınar Transfer Center|Halkapınar]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "%1",
		},
		["1"] = {
			["title"] = "[[M1 (İzmir Metro)|F. Altay – Evka 3]]",
			["color"] = "FF0000",
			["left terminus"] = "Fahrettin Altay",
			["right terminus"] = "Evka 3",
		},
		["2"] = {
			["title"] = "[[Halkapınar–Otogar Line|Halkapınar–Otogar]]",
			["color"] = "344573",
			["left terminus"] = "Halkapınar",
			["right terminus"] = "Otogar",
		},
		["2 Alt"] = {
			["title"] = "[[Halkapınar–Otogar Line|Halkapınar–Otogar]] (2020)",
			["color"] = "344573",
			["left terminus"] = "Halkapınar",
			["right terminus"] = "Otogar",
		},
		["3"] = {
			["title"] = "[[Üçyol–Çamlıkule Line|Üçyol–Çamlıkule]]",
			["color"] = "9A4896",
			["left terminus"] = "Üçyol",
			["right terminus"] = "Çamlıkule",
		},
		["3 Alt"] = {
			["title"] = "[[Üçyol–Çamlıkule Line|Üçyol–Çamlıkule]] (2022)",
			["color"] = "9A4896",
			["left terminus"] = "Üçyol",
			["right terminus"] = "Çamlıkule",
		},
		["signblue"] = {
			["color"] = "333399",
		},
	},
	["aliases"] = {
		["M1"] = "1",
		["M2"] = "2",
		["M2 alt"] = "2 Alt",
		["M3"] = "3",
		["M3 alt"] = "3 Alt",
		["2 alt"] = "2 Alt",
		["3 alt"] = "3 Alt",
		["Üçyol-Bornova"] = "1",
		["Halkapınar-Otogar"] = "2",
		["Üçyol-Çamlıkule"] = "3",	
	} 
}

return p