模块:Adjacent stations/VTA
跳转到导航
跳转到搜索
local tc = "%1公共交通中心"
local vta = "%1站 (圣克拉拉轻轨)"
local p = {
["system title"] = "[[圣克拉拉轻轨]]",
["system icon"] = "[[File:BSicon LOGO SCvta.svg|18px|link=圣克拉拉轻轨]]",
["name format"] = "font-family: Futura, Centruy Gothic, 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站",
["阿勒姆罗克"] = tc,
["贝里埃萨"] = vta,
["布洛瑟姆山"] = vta,
["议会"] = vta,
["市民中心"] = vta,
["会议中心"] = vta,
["伊斯特里奇"] = tc,
["汉密尔顿"] = vta,
["洛克希德·马丁"] = tc,
["山景城"] = "[[山景城市中心站|山景城]]",
["Mountain View"] = "[[山景城市中心站|山景城]]",
["乌节"] = vta,
["圣詹姆斯"] = vta,
["圣费尔南多"] = vta,
["圣克拉拉"] = vta,
["San Jose Diridon"] = "[[聖荷西迪里登站|聖荷西迪里登]]",
["维也纳"] = vta,
["温彻斯特"] = tc,
},
["lines"] = {
["Blue"] = {
["title"] = "[[圣克拉拉轻轨蓝线|蓝线]]",
["color"] = "30b5e6",
["left terminus"] = "贝普安特",
["right terminus"] = "圣特雷莎",
["icon"] = "[[File:VTA-Blue-icon.svg|link=圣克拉拉轻轨蓝线|16px|alt=蓝线]]",
["types"] = {
["Express"] = {
["title"] = "[[Blue Line (VTA)#Commuter Express light rail|Commuter Express]]",
["note-mid"] = "2010-2018",
["left terminus"] = "贝普安特",
["right terminus"] = "圣特雷莎",
},
},
},
["Green"] = {
["title"] = "[[圣克拉拉轻轨绿线|绿线]]",
["color"] = "a0ce67",
["left terminus"] = "老艾恩赛德",
["right terminus"] = "温彻斯特",
["icon"] = "[[File:VTA-Green-icon.svg|link=圣克拉拉轻轨绿线|16px|alt=绿线]]",
},
["Orange"] = {
["title"] = "[[圣克拉拉轻轨橙线|橙线]]",
["color"] = "f89728",
["left terminus"] = "山景城",
["right terminus"] = "阿勒姆罗克",
["icon"] = "[[File:VTA-Orange-icon.svg|link=圣克拉拉轻轨橙线|16px|alt=橙线]]",
},
["Purple"] = {
["title"] = "[[圣克拉拉轻轨紫线|紫线]]",
["icon"] = "",
["color"] = "573698",
["left terminus"] = "奥隆/奇诺韦斯",
["right terminus"] = "阿尔马登",
},
["Holly Trolley"] = {
["title"] = "[[圣克拉拉轻轨#冬青电车|冬青电车]]",
["note-mid"] = "仅圣诞期间",
["icon"] = "",
["color"] = "116040",
["left terminus"] = "市民中心",
["right terminus"] = "圣何塞迪里登",
},
},
["aliases"] = {
["blue"] = "Blue",
["green"] = "Green",
["purple"] = "Purple",
["orange"] = "Orange",
["蓝"] = "Blue",
["绿"] = "Green",
["紫"] = "Purple",
["橙"] = "Orange",
}
}
return p