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
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue or blue |
4cb4e7 |
| |
Green Line | Green or green |
73c92c |
| |
Orange Line | Orange or orange |
ff8300 |
| |
Purple Line | Purple or purple |
573698 |
|
local tc = "%1 Transit Center"
local vta = "%1 station (VTA)"
local p = {
["lang"] = "en-US",
["system title"] = "[[VTA light rail]]",
["system icon"] = "[[File:BSicon LOGO SCvta.svg|18px|link=VTA 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"] = "004a98",
["header text color"] = "ffffff",
["system color"] = "004a98",
["station format"] = {
"%1 station",
["Alum Rock"] = tc,
["Berryessa"] = vta,
["Blossom Hill"] = vta,
["Capitol"] = vta,
["Civic Center"] = vta,
["Convention Center"] = vta,
["Eastridge Transit Center"] = "Eastridge Transit Center",
["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"] = {
["_default"] = {
["title"] = "[[%1 Line (VTA)|%1 Line]]",
["icon"] = "[[File:VTA-%1-icon.svg|16px|alt=]]",
},
["Blue"] = {
["color"] = "4cb4e7",
["left terminus"] = "Baypointe",
["right terminus"] = "Santa Teresa",
},
["Green"] = {
["color"] = "73c92c",
["left terminus"] = "Old Ironsides",
["right terminus"] = "Winchester",
},
["Orange"] = {
["color"] = "ff8300",
["left terminus"] = "Mountain View",
["right terminus"] = "Alum Rock",
},
["Purple"] = {
["title"] = "[[Purple Line (VTA)|Purple Line]]",
["icon"] = "",
["color"] = "573698",
["left terminus"] = "Ohlone/Chynoweth",
["right terminus"] = "Almaden",
},
},
["aliases"] = {
["blue"] = "Blue",
["green"] = "Green",
["purple"] = "Purple",
["orange"] = "Orange",
}
}
return p