Jump to content

Module:Adjacent stations/AC Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 19:43, 30 May 2024 (I also decided to add an icon.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local tempo = "%1 station (Tempo)"

local p = {
	["system title"] = "[[AC Transit]]",
	["system icon"] = [[File:AC Transit logo (2014+) cropped.svg|18px|link=AC Transit]],
	["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