Jump to content

Module:Adjacent stations/İzmir Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gonnym (talk | contribs) at 09:13, 20 June 2022 (this was a mess. The articles don't mention "alt" lines and its strange calling something line "2" when the article for "M2" is a different one. Correcting these issues. Any mistakes in articles will eventually get fixed.). 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"] = "[[File:Metro_İzmir_logo.svg|16px|alt=]]",
	["system color"] = "",
	["name format"] = "background-color: #00008B; font-size: 200%;"
		.. " font-family: helvetica, Arial, sans-serif; font-weight: bolder;"
		.. " color: #FFFFFF; line-height: 150%;",
	["header background color"] = "FFFFFF",
	["header text color"] = "266F80",
	["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 (İzmir Metro)|%1]]",
		},
		["M1"] = {
			["color"] = "FF0000",
			["left terminus"] = "Fahrettin Altay",
			["right terminus"] = "Evka 3",
		},
		["M2"] = {
			["color"] = "9A4896",
			["left terminus"] = "Üçyol",
			["right terminus"] = "Çamlıkule",
		},
		["Halkapınar–Otogar"] = {
			["title"] = "[[Halkapınar–Otogar Line|Halkapınar–Otogar]]",
			["color"] = "344573",
			["left terminus"] = "Halkapınar",
			["right terminus"] = "Otogar",
		},
	},
	["aliases"] = {
		["1"] = "M1",
		["2"] = "M2",
		["3"] = "Halkapınar–Otogar",
		["Üçyol-Bornova"] = "M1",
		["Üçyol–Çamlıkule"] = "M2",
		["M3"] = "Halkapınar–Otogar",
	},
}

return p