Module:Adjacent stations/AC Transit
< Module:Adjacent stations
Jump to navigation
Jump to search
Revision as of 00:42, 7 August 2020 by blackwiki>Mjdestroyerofworlds
This is a data module for Module:Adjacent stations. It supports services operated by the AC Transit.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
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