模块:Adjacent stations/台湾高铁
跳转到导航
跳转到搜索
这是Module:Adjacent stations的数据模块,包含由台湾高铁经营的服务线。
| 路线 | 代码 | 颜色 | 十六进制颜色 | 图标 |
|---|---|---|---|---|
|
C35617 |
File:Taiwan road sign d53 hsr inline.svg |
相关模板[编辑]
- Module:Adjacent stations/台北捷运
- Module:Adjacent stations/新北捷运
- Module:Adjacent stations/桃园捷运
- Module:Adjacent stations/台中捷运
- Module:Adjacent stations/台南捷运
- Module:Adjacent stations/高雄捷运
- Module:Adjacent stations/台铁
local p = {
["system title"] = "[[台灣高鐵]]",
["system icon"] = "[[File:Taiwan road sign d53 hsr inline.svg|18px|link=台灣高鐵]]",
["system color"] = "c35617",
["name format"] = "color: #FFFFFF; background-color: #C35617;",
["station format"] = {
"高鐵%1站",
["南港"] = "[[南港車站|南港]]",
["台北"] = "[[臺北車站|台北]]",
["板橋"] = "[[板橋車站 (臺灣)|板橋]]",
["高雄"] = "[[高雄車站|高雄]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[台灣高鐵]]",
["color"] = "C35617",
["left terminus"] = "南港",
["right terminus"] = "左營"
}
}
}
return p