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 |
---|---|---|---|---|
Blue Line | Blue or blue |
00A4E2 |
| |
Green Line | Green or green |
76C761 |
| |
Orange Line | Orange or orange |
F9661E |
| |
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 |
29588C |
|
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]]",
["name format"] = "font-family: Arial, sans-serif; font-size:150%; padding:5px; background-color:white; color:#29588C; font-weight:bolder; font-style:bold;",
["header background color"] = "29588C",
["header text color"] = "FFFFFF",
["system color"] = "29588C",
["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,
["San Fernando"] = vta,
["Santa Clara"] = vta,
["Vienna"] = vta,
["Winchester"] = tc,
},
["lines"] = {
["Blue"] = {
["title"] = "[[Blue Line (VTA)|Blue Line]]",
["color"] = "00A4E2",
["left terminus"] = "Baypointe",
["right terminus"] = "Santa Teresa",
},
["Green"] = {
["title"] = "[[Green Line (VTA)|Green Line]]",
["color"] = "76C761",
["left terminus"] = "Old Ironsides",
["right terminus"] = "Winchester",
},
["Orange"] = {
["title"] = "[[Orange Line (VTA)|Orange Line]]",
["color"] = "F9661E",
["left terminus"] = "Mountain View",
["right terminus"] = "Alum Rock",
},
["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",
["orange"] = "Orange",
}
}
return p