Module:Adjacent stations/SCVTA
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the Santa Clara Valley Transportation Authority, as part of its light rail network..
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Alum Rock–Santa Teresa | Blue or blue |
00A4E2 |
| |
Mountain View–Winchester | Green or green |
76C761 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Orange or orange |
006699 |
| |
Ohlone/Chynoweth–Almaden | Purple or purple |
573698 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Holly Trolley |
006699 |
|
local tc = "%1 Transit Center"
local vta = "%1 station (VTA)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Santa Clara Valley Transportation Authority light rail|VTA Light Rail]]",
["system icon"] = "[[File:BSicon LOGO SCvta.svg|18px|link=Santa Clara Valley Transportation Authority light rail]]",
["system color"] = "006699",
["station format"] = {
"%1 station",
["Alum Rock"] = tc,
["Berryessa"] = vta,
["Blossom Hill"] = vta,
["Capitol"] = vta,
["Civic Center"] = vta,
["Convention Center"] = vta,
["Great Mall/Main"] = tc,
["Hamilton"] = vta,
["Lockheed Martin"] = tc,
["Mountain View"] = "[[Downtown Mountain View station|Mountain View]]",
["Orchard"] = vta,
["Saint James"] = vta,
["Santa Clara"] = vta,
["Vienna"] = vta,
["Winchester"] = tc,
},
["lines"] = {
["Blue"] = {
["title"] = "[[Alum Rock–Santa Teresa (VTA)|Alum Rock–Santa Teresa]]",
["color"] = "00A4E2",
["left terminus"] = "Alum Rock",
["right terminus"] = "Santa Teresa",
},
["Green"] = {
["title"] = "[[Mountain View–Winchester (VTA)|Mountain View–Winchester]]",
["color"] = "76C761",
["left terminus"] = "Mountain View",
["right terminus"] = "Winchester",
},
["Purple"] = {
["title"] = "[[Ohlone/Chynoweth–Almaden (VTA)|Ohlone/Chynoweth–Almaden]]",
["color"] = "573698",
["left terminus"] = "Ohlone/Chynoweth",
["right terminus"] = "Almaden",
},
},
["aliases"] = {
["blue"] = "Blue",
["green"] = "Green",
["purple"] = "Purple",
}
}
return p