Jump to content

Module:Adjacent stations/Santiago Metro

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

local s = "%1 metro station (Santiago)"
local p = {
	["system title"] = "[[Santiago Metro]]",
	["name format"] = "font-size:160%; background-color:#EEEEEE; padding:0.3em;",
	["header background color"] = "999999",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 metro station",
		["Bellas Artes"] = s,
		["Observatorio"] = s,
		["República"] = s,
		["San Joaquín"] = s,
		["Santa Lucía"] = s,
		["Simón Bolívar"] = s
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Santiago Metro %1|%1]]",
			["color"] = "E60011",
		},
		["Line 1"] = {
			["color"] = "E60011",
			["icon"] = "[[File:Santiago de Chile L1.svg|16px|alt=]]",
			["left terminus"] = "San Pablo",
			["right terminus"] = "Los Dominicos"
		},
		["Line 2"] = {
			["color"] = "FFC300",
			["icon"] = "[[File:Santiago de Chile L2.svg|16px|alt=]]",
			["left terminus"] = "Vespucio Norte",
			["right terminus"] = "La Cisterna"
		},
		["Line 3"] = {
			["color"] = "8B4513",
			["icon"] = "[[File:Santiago de Chile L3.svg|16px|alt=]]",
			["left terminus"] = "Los Libertadores",
			["right terminus"] = "Fernando Castillo Velasco"
		},
		["Line 4"] = {
			["color"] = "11469B",
			["icon"] = "[[File:Santiago de Chile L4.svg|16px|alt=]]",
			["left terminus"] = "Tobalaba",
			["right terminus"] = "Plaza de Puente Alto"
		},
		["Line 4A"] = {
			["color"] = "0099E6",
			["icon"] = "[[File:Santiago de Chile L4A.svg|16px|alt=]]",
			["left terminus"] = "La Cisterna",
			["right terminus"] = "Vicuña Mackenna"
		},
		["Line 5"] = {
			["color"] = "00996B",
			["icon"] = "[[File:Santiago de Chile L5.svg|16px|alt=]]",
			["left terminus"] = "Plaza de Maipú",
			["right terminus"] = "Vicente Valdés"
		},
		["Line 6"] = {
			["color"] = "800080",
			["icon"] = "[[File:Santiago de Chile L6.svg|16px|alt=]]",
			["left terminus"] = "Cerrillos",
			["right terminus"] = "Los Leones"
		},
	},
	["aliases"] = {
		["1"] = "Line 1",
		["2"] = "Line 2",
		["3"] = "Line 3",
		["4"] = "Line 4",
		["4a"] = "Line 4A",
		["5"] = "Line 5",
		["6"] = "Line 6"
	}
}

return p