模块:Adjacent stations/North County Transit District
跳转到导航
跳转到搜索
File:Test Template Info-Icon - Version (2).svg 模块文档[查看] [编辑] [历史] [清除缓存]
这是Module:Adjacent stations的数据模块,包含由北郡公交系统经营的服务线。
路线[编辑]
| 路线 | 代码 | 颜色 | 十六进制颜色 | 图标 |
|---|---|---|---|---|
| COASTER | COASTER或 coaster |
008C99 |
||
| SPRINTER | SPRINTER或 sprinter |
1C3F94 |
local tc = "[[%1 Transit Center]]"
local p = {
["system title"] = "[[北郡公交系统]]",
["system icon"] = "",
["name format"] = "background-color: #1C3F94; font-size: 150%; font-family: helvetica; color: white; font-weight: bolder; font-style: bold; padding:5px;",
["header background color"] = "008C99",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Escondido"] = "[[埃斯孔迪多公共交通中心|埃斯孔迪多]]",
["Oceanside"] = "[[欧申赛德公共交通中心|欧申赛德]]",
["Old Town San Diego"] = "[[老城公共交通中心|圣地亚哥老城]]",
["San Diego"] = "[[聖迭戈聖塔菲車站|聖迭戈]]",
["Vista"] = "[[维斯塔公共交通中心|维斯塔]]",
},
["lines"] = {
["COASTER"] = {
["title"] = "[[海岸号|COASTER]]",
["color"] = "008C99",
["left terminus"] = "Oceanside",
["right terminus"] = "San Diego",
},
["SPRINTER"] = {
["title"] = "[[疾速号|SPRINTER]]",
["color"] = "1C3F94",
["left terminus"] = "Oceanside",
["right terminus"] = "Escondido",
},
},
["aliases"] = {
["coaster"] = "COASTER",
["sprinter"] = "SPRINTER",
},
}
return p