Jump to content

Module:Adjacent stations/Quito Metro: Difference between revisions

From Humanipedia
hp>Tbhotch
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by Quito Metro.

Lines[edit source]

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local p = {
	["lang"] = "en-US",
	["system title"] = "[[Quito Metro]]",
	["system icon"] = "[[File:METROQ.svg|15px|link=Quito Metro]]",
	["system color"] = "1F4483",
	["name format"] = {
		"background-color: #FFFFFF; font-size: 175%; font-family: sans-serif; color: #1F4483; padding: 5px; line-height: 50%;",
	},

	["station format"] = {
		"%1 metro station",
		["La Alameda"] = "La Alameda metro station (Quito)",
		["San Francisco"] = "San Francisco metro station (Quito)",		
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Quito Metro Line %1|Line %1]]",
		},
		["1"] = {
			["color"] = "E1393E",
			["left terminus"] = "Quitumbe",
			["right terminus"] = "El Labrador",
		},
	}
}

return p