Jump to content

Module:Adjacent stations/AC Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mjdestroyerofworlds (talk | contribs) at 00:28, 7 August 2020 (Created page with 'local tempo = "%1 station (Tempo)" local p ={ ["system title"] = "AC Transit", ["station Format"] = { "%1 station", ["14th Street"] = "12th Street Oak...'). 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 tempo = "%1 station (Tempo)"

local p ={
	["system title"] = "[[AC Transit]]",
	["station Format"] = {
		"%1 station",
		["14th Street"] = "12th Street Oakland City Center station",
		["San Leandro BART"] = "San Leandro station",
		["Uptown Transit Center"] = "Uptown Transit Center",
	},
	["lines"] = {
		["Tempo"] = {
			["title"] = "[[Tempo (bus rapid transit)|Tempo]]",
			["color"] = "7722A8",
			["left terminus"] = "Uptown Transit Center",
			["right terminus"] = "San Leandro BART",
		},
	},
}

return p