Jump to content

Module:Adjacent stations/STE

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tbhotch (talk | contribs) at 00:59, 4 March 2021 (updated). 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"] = "[[Servicio de Transportes Eléctricos|STE]]",
	["system icon"] = "[[File:STE logo.svg|18px|link=Servicio de Transportes Eléctricos]]",
	["system color"] = "010080",
	["station format"] = {
		"%1 railway station"
	},
	["lines"] = {
	    ["Xochimilco"] = {
	    	["title"] = "[[Xochimilco Light Rail]]",
			["color"] = "010080",
			["left terminus"] = "Tasqueña",
			["right terminus"] = "Xochimilco",
		},
	},
}

return p