This is a data module for Module:Adjacent stations. It supports services operated by Valley Link.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Initial Operating Phase | Valley Link |
7AC144 |
| |
Possible future phase | Valley Link future phase |
7AC144 |
|
local redirect = "Valley Link#%1"
local p = {
["lang"] = "en-US",
["system title"] = "[[Valley Link]]",
["system icon"] = "[[File:Logo Valley Link.svg|18px|link=Valley Link]]",
["system color"] = "7AC144",
["station format"] = {
"%1 station",
["Dublin/Pleasanton"] = "Dublin/Pleasanton station",
["Isabel"] = redirect,
["Mountain House Community"] = redirect,
["River Islands"] = redirect,
["Southfront"] = redirect,
["Tracy"] = "Tracy Transit Center",
},
["lines"] = {
["Valley Link"] = {
["title"] = "Initial Operating Phase",
["color"] = "7AC144",
["left terminus"] = "Dublin/Pleasanton",
["right terminus"] = "Mountain House Community",
},
["Valley Link future phase"] = {
["title"] = "Possible future phase",
["note-mid"] = "''Proposed''",
["color"] = "7AC144",
["left terminus"] = "Dublin/Pleasanton",
["right terminus"] = "North Lathrop",
},
},
}
return p