Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/AC Transit

From Wikipedia, the free encyclopedia

local tempo = "%1 station (Tempo)"

local p = {
	["system title"] = "[[AC Transit]]",
	["system icon"] = "[[File:AC Transit logo (2014+) cropped.svg|40px|link=AC Transit]]",
	["lang"] = "en-US",
	["station format"] = {
		"%1 station",
		["14th Street"] = "12th Street Oakland City Center station",
		["20th Avenue"] = tempo,
		["28th Avenue"] = tempo,
		["31st Avenue"] = tempo,
		["39th Avenue"] = tempo,
		["48th Avenue"] = tempo,
		["54th Avenue"] = tempo,
		["67th Avenue"] = tempo,
		["City Center"] = "12th Street Oakland City Center station",
		["Harrison"] = tempo,
		["High Street"] = tempo,
		["San Leandro BART"] = "San Leandro station",
		["Uptown Transit Center"] = "19th Street Oakland station",
	},
	["lines"] = {
		["Tempo"] = {
			["title"] = "[[Tempo (bus rapid transit)|Tempo]]",
			["color"] = "732982",
			["left terminus"] = "Uptown Transit Center",
			["right terminus"] = "San Leandro BART",
		},
	},
}

return p