Difference between revisions of "Module:Adjacent stations/AC Transit"
Jump to navigation
Jump to search
blackwiki>Pi.1415926535 (better link; clarify number) |
blackwiki>Pi.1415926535 (fix link) |
||
| Line 16: | Line 16: | ||
["High Street"] = tempo, | ["High Street"] = tempo, | ||
["San Leandro BART"] = "San Leandro station", | ["San Leandro BART"] = "San Leandro station", | ||
| − | ["Uptown Transit Center"] = "Uptown Transit Center", | + | ["Uptown Transit Center"] = "19th Street Oakland station#Uptown Transit Center", |
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| Line 22: | Line 22: | ||
["title"] = "[[Tempo (bus rapid transit)|Tempo (1T)]]", | ["title"] = "[[Tempo (bus rapid transit)|Tempo (1T)]]", | ||
["color"] = "7722A8", | ["color"] = "7722A8", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Uptown Transit Center", |
["right terminus"] = "San Leandro BART", | ["right terminus"] = "San Leandro BART", | ||
}, | }, | ||
Revision as of 00:12, 10 August 2020
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",
["12th Street"] = "12th Street Oakland City Center station",
["14th Street"] = tempo,
["20th Avenue"] = tempo,
["28th Avenue"] = tempo,
["39th Avenue"] = tempo,
["48th Avenue"] = tempo,
["54th Avenue"] = tempo,
["67th Avenue"] = tempo,
["City Center"] = 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