Jump to content

Module:Adjacent stations/Bogotá Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepyAks (talk | contribs) at 23:02, 9 January 2024 (Created page with 'local p = { ["system title"] = "Bogotá Metro", ["system icon"] = "File:Logo Metro de Bogotá (2021).svg", ["station format"] = "%1 metro station (Bogotá Metro)", ["lines"] = { ["_default"] = { ["title"] = "%1 metro line (Bogotá Metro)" }, ["L1"] = { ["title"] = "L1 metro line (Bogotá Metro)", ["color"] = "56e70e", ["icon"] = "[[File:Representación del logo de la Linea 1 del Metro de Bogot...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Bogotá Metro]]",
	["system icon"] = "[[File:Logo Metro de Bogotá (2021).svg]]",
	["station format"] = "%1 metro station (Bogotá Metro)",
	["lines"] = {
		["_default"] = {
			["title"] = "%1 metro line (Bogotá Metro)"
		},
		["L1"] = {
			["title"] = "[[Bogotá Metro#Current Project|L1 metro line (Bogotá Metro)]]",
			["color"] = "56e70e",
			["icon"] = "[[File:Representación del logo de la Linea 1 del Metro de Bogotá - En Licitación.png]]",
			["left terminus"] = "Calle 72",
			["right terminus"] = "Gibraltar"
		},
	},
	["aliases"] = {
		["l1"] = "L1"
	}
}

return p