Jump to content

Module:Adjacent stations/Buenos Aires Underground

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

local stations = {
	premetro = "[[%1 (Buenos Aires Premetro)|%1]]",
	line_b = "[[%1 (Line B Buenos Aires Underground)|%1]]",
	line_c = "[[%1 (Line C Buenos Aires Underground)|%1]]",
	line_d = "[[%1 (Line D Buenos Aires Underground)|%1]]",
	line_e = "[[%1 (Line E Buenos Aires Underground)|%1]]",
	line_g = "[[%1 (Line G Buenos Aires Underground)|%1]]",
	line_h = "[[%1 (Line H Buenos Aires Underground)|%1]]",
}

local tracking = [[Category:Adjacent stations/Buenos Aires Underground error]]

local p = {
	["system title"] = "[[Buenos Aires Underground]]",
	["system icon"] = "[[File:Subte gcba logo.png|20px|link=Buenos Aires Underground]]",
	["name format"] = {
		"font-size: 180%; font-family: sans; font-weight: bolder; line-height: 100%; color: #00589D; background-color: transparent;",
	},
	["header background color"] = "00589D",
	["station format"] = {
		"%1 (Buenos Aires Underground)",
		["9 de Julio"] = {
			["D"] = stations.line_d,
			["H"] = stations.line_h,
		},
		["9 de Julio (Line D)"] = tracking,
		["9 de Julio (Line H)"] = tracking,
		["Ana Díaz"] = stations.premetro,
		["Ana María Janer"] = stations.premetro,
		["Balbastro"] = stations.premetro,
		["Callao"] = {
			["B"] = stations.line_b,
			["D"] = stations.line_d,
		},
		["Callao (Line B)"] = tracking,
		["Callao (Line D)"] = tracking,
		["Cecilia Grierson"] = stations.premetro,
		["Centro Cívico"] = stations.premetro,
		["Constitución"] = {
			["C"] = stations.line_c,
			["E"] = stations.line_e,
		},
		["Constitución (Line C)"] = tracking,
		["Corrientes (Line H)"] = tracking,
		["Escalada"] = stations.premetro,
		["Fernández de la Cruz"] = stations.premetro,
		["Fátima"] = stations.premetro,
		["Gabino Ezeiza"] = stations.premetro,
		["General Savio"] = stations.premetro,
		["Independencia"] = {
			["C"] = stations.line_c,
			["E"] = stations.line_e,
		},
		["Independencia (Line C)"] = tracking,
		["Independencia (Line E)"] = tracking,
		["Intendente Saguier"] = stations.premetro,
		["Larrazabal"] = stations.premetro,
		["Mariano Acosta"] = stations.premetro,
		["Nicolás Descalzi"] = stations.premetro,
		["Parque de la Ciudad"] = stations.premetro,
		["Pola"] = stations.premetro,
		["Presidente Illia"] = stations.premetro,
		["Pueyrredón"] = {
			["B"] = stations.line_b,
			["D"] = stations.line_d,
		},
		["Pueyrredón (Line B)"] = tracking,
		["Pueyrredón (Line D)"] = tracking,
		["Retiro"] = {
			["C"] = stations.line_c,
			["E"] = stations.line_e,
			["G"] = stations.line_g,
			["H"] = stations.line_h,
		},
		["Retiro (Line C)"] = tracking,
		["Retiro (Line E)"] = tracking,
		["Retiro (Line G)"] = tracking,
		["Retiro (Line H)"] = tracking,
		["Somellera"] = stations.premetro,
	},
	["lines"] = {
		["A"] = {
			["title"] = "[[File:Línea A (SBASE) bullet.svg|20px]] [[Line A (Buenos Aires Underground)|Line A]]",
			["color"] = "00aeda",
			["left terminus"] = "San Pedrito",
			["right terminus"] = "Plaza de Mayo",
		},
		["B"] = {
			["title"] = "[[File:Línea B (SBASE) bullet.svg|20px]] [[Line B (Buenos Aires Underground)|Line B]]",
			["color"] = "ee4035",
			["left terminus"] = "Juan Manuel de Rosas",
			["right terminus"] = "Leandro N. Alem",
		},
		["C"] = {
			["title"] = "[[File:Línea C (SBASE) bullet.svg|20px]] [[Line C (Buenos Aires Underground)|Line C]]",
			["color"] = "0067b2",
			["left terminus"] = "Retiro",
			["right terminus"] = "Constitución",
		},
		["D"] = {
			["title"] = "[[File:Línea D (SBASE) bullet.svg|20px]] [[Line D (Buenos Aires Underground)|Line D]]",
			["color"] = "008067",
			["left terminus"] = "Congreso de Tucumán",
			["right terminus"] = "Catedral",
		},
		["E"] = {
			["title"] = "[[File:Línea E (SBASE) bullet.svg|20px]] [[Line E (Buenos Aires Underground)|Line E]]",
			["color"] = "6c2180",
			["left terminus"] = "Plaza de los Virreyes",
			["right terminus"] = "Retiro",
		},
		["F"] = {
			["title"] = "[[File:Línea F (SBASE) bullet.svg|20px]] [[Line F (Buenos Aires Underground)|Line F]]",
			["color"] = "b21e39",
		},
		["G"] = {
			["title"] = "[[File:Línea G (SBASE) bullet.svg|20px]] [[Line G (Buenos Aires Underground)|Line G]]",
			["color"] = "f386a2",
		},
		["H"] = {
			["title"] = "[[File:Línea H (SBASE) bullet.svg|20px]] [[Line H (Buenos Aires Underground)|Line H]]",
			["color"] = "ffde00",
			["left terminus"] = "Facultad de Derecho",
			["right terminus"] = "Hospitales",
		},
		["I"] = {
			["title"] = "[[File:Línea I (SBASE) bullet.svg|20px]] [[Line I (Buenos Aires Underground)|Line I]]",
			["color"] = "f47734",
		},
		["P"] = {
			["title"] = "[[File:Línea P (SBASE) bullet.svg|20px]] [[Premetro (Buenos Aires)|Premetro]]",
			["color"] = "fbac23",
			["left terminus"] = "General Savio",
			["right terminus"] = "Intendente Saguier",
		},
		["text"] = {
			["color"] = "00589d",   -- Metro logo color 
		},
	},
	["aliases"] = {
		["a"] = "A",
		["line a"] = "A",
		["b"] = "B",
		["line b"] = "B",
		["c"] = "C",
		["line c"] = "C",
		["d"] = "D",
		["line d"] = "D",
		["e"] = "E",
		["line e"] = "E",
		["f"] = "F",
		["line f"] = "F",
		["g"] = "G",
		["line g"] = "G",
		["h"] = "H",
		["line h"] = "H",
		["i"] = "I",
		["line i"] = "I",
		["p"] = "P",
		["premetro"] = "P",
		["e2"] = "P",
		["line p"] = "P",
		["logoblue"] = "text",
	},
}

return p