Difference between revisions of "Module:Adjacent stations/AC Transit"
Jump to navigation
Jump to search
blackwiki>Mjdestroyerofworlds |
blackwiki>Mjdestroyerofworlds m |
||
| Line 3: | Line 3: | ||
local p = { | local p = { | ||
["system title"] = "AC Transit", | ["system title"] = "AC Transit", | ||
| − | ["station | + | ["station format"] = { |
"%1 station", | "%1 station", | ||
["14th Street"] = "12th Street Oakland City Center station", | ["14th Street"] = "12th Street Oakland City Center station", | ||
Revision as of 17:51, 7 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",
["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