Difference between revisions of "Module:Adjacent stations/AC Transit"
Jump to navigation
Jump to search
blackwiki>Mjdestroyerofworlds |
m (11 revisions imported) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
| − | ["12th Street"] = | + | ["12th Street"] = "12th Street Oakland City Center station", |
| − | ["14th Street"] = | + | ["14th Street"] = tempo, |
["20th Avenue"] = tempo, | ["20th Avenue"] = tempo, | ||
["28th Avenue"] = tempo, | ["28th Avenue"] = tempo, | ||
| 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"] = { | ||
["Tempo"] = { | ["Tempo"] = { | ||
| − | ["title"] = "[[Tempo (bus rapid transit)|Tempo]]", | + | ["title"] = "[[Tempo (bus rapid transit)|Tempo (1T)]]", |
["color"] = "7722A8", | ["color"] = "7722A8", | ||
["left terminus"] = "Uptown Transit Center", | ["left terminus"] = "Uptown Transit Center", | ||
Latest revision as of 12:26, 26 September 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