Jump to content

Module:Adjacent stations/Ankara Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 01:14, 2 April 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Ankara Metro]]",
	["system icon"] = "[[File:AnkaraMetroLogo.png|22px|link=Ankara Metro]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["M1"] = {
			["title"] = "M1",
			["color"] = "E5322C",
			["left terminus"] = "Batıkent",
			["right terminus"] = "Kızılay",
		},
		["M2"] = {
			["title"] = "M2",
			["color"] = "009ED6",
			["left terminus"] = "Koru",
			["right terminus"] = "15 Temmuz Kızılay Milli İrade",
		},
		["M3"] = {
			["title"] = "M3",
			["color"] = "422874",
			["left terminus"] = "OSB—Törekent",
			["right terminus"] = "Batıkent",
		},
        ["M4"] = {
			["title"] = "M4",
			["color"] = "FFF00F",
			["left terminus"] = "Atatürk Kültür Merkezi",
			["right terminus"] = "Şehitler",
		},
		["A1"] = {
			["title"] = "[[File:AnkarayLogo.png|22px|link=Ankara Metro]] [[Ankaray]]",
			["color"] = "0A6C1B",
			["left terminus"] = "AŞTİ",
			["right terminus"] = "Dikimevi",
		},
	},
}

return p