Module:Adjacent stations/AC Transit

MyWikiBiz, Author Your Legacy — Thursday May 02, 2024
Jump to navigationJump to search
local tempo = "%1 station (Tempo)"

local p = {
	["system title"] = "AC Transit",
	["station format"] = {
		"%1 station",
		["14th Street"] = "12th Street Oakland City Center station",
		["20th Avenue"] = tempo,
		["28th 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#Uptown Transit Center",
	},
	["lines"] = {
		["Tempo"] = {
			["title"] = "[[Tempo (bus rapid transit)|Tempo (1T)]]",
			["color"] = "7722A8",
			["left terminus"] = "Uptown Transit Center",
			["right terminus"] = "San Leandro BART",
		},
	},
}

return p