![]() | This is the module sandbox page for Module:Adjacent stations/Taipei Metro (diff). |
This is a data module for Module:Adjacent stations. It supports services in Taipei operated by Taipei Metro/sandbox.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Wenhu line | BR |
c48c31 |
| |
Tamsui–Xinyi line | R |
e3002c |
| |
Songshan–Xindian line | G |
008659 |
| |
Zhonghe–Xinlu line | O |
f8b61c |
| |
Bannan line | BL |
0070bd |
| |
Maokong Gondola | M |
77bc1f |
| |
Xinbeitou branch line | Xinbeitou |
fd92a3 |
| |
Xiaobitan branch line | Xiaobitan |
cfdb00 |
| |
Wanda–Zhonghe–Shulin line | LG |
a1d884 |
| |
Minsheng–Xizhi line | SB |
25aae1 |
|
Usage
{{#invoke:Adjacent stations/Taipei Metro|function_name}}
{{#invoke:Adjacent stations/TRTS|function_name}}
local p = {
["system title"] = "[[File:Taipei Metro Logo(Logo Only).svg|18px]] [[Taipei Metro]]",
["station format"] = {
"%1 MRT station",
["Tamsui or Beitou"] = "[[Tamsui MRT station|Tamsui]] or [[Beitou MRT station|Beitou]]",
["Xiangshan or Daan"] = "[[Xiangshan MRT station|Xiangshan]] or [[Daan MRT station|Daan]]",
["Xindian or Taipower Building"] = "[[Xindian MRT station|Xindian]] or [[Taipower Building MRT station|Taipower Building]]",
["Huilong or Luzhou"] = "[[Huilong MRT station|Huilong]] or [[Luzhou MRT station|Luzhou]]",
["Taipei Main"] = "[[Taipei station|Taipei Main station]]",
["Nangang Exhib Center"] = "Taipei Nangang Exhibition Center MRT station",
["Nangang Exhibition Center"] = "[[Taipei Nangang Exhibition Center MRT station|Nangang Exhib Center]]",
["Taipei Nangang Exhibition Center"] = "[[Taipei Nangang Exhibition Center MRT station|Nangang Exhib Center]]",
["Maokong"] = "%1 gondola station",
["Taipei Zoo South"] = "%1 gondola station",
["Zhinan Temple"] = "%1 gondola station",
["Banqiao"] = "%1 station",
["Nangang"] = "%1 station",
["Songshan"] = "%1 station",
["Taipei Zoo"] = "%1 station"
},
['lines'] = {
["BR"] = {
["line title"] = "[[File:Taipei Metro Line BR.svg|18px]] [[Wenhu line]]",
["colour"] = "9e652e",
["left terminus"] = "Nangang Exhib Center",
["right terminus"] = "Taipei Zoo"
},
["R"] = {
["line title"] = "[[File:Taipei Metro Line R.svg|18px]] [[Tamsui–Xinyi line]]",
["colour"] = "cb2c30",
["left terminus"] = {
"Tamsui or Beitou",
["Tamsui"] = "Tamsui"
},
["right terminus"] = {
"Xiangshan or Daan",
["Xiangshan"] = "Xiangshan"
}
},
["G"] = {
["line title"] = "[[File:Taipei Metro Line G.svg|18px]] [[Songshan–Xindian line]]",
["colour"] = "007749",
["left terminus"] = "Songshan",
["right terminus"] = {
"Xindian or Taipower Building",
["Xindian"] = "Xindian"
}
},
["O"] = {
["line title"] = "[[File:Taipei Metro Line O.svg|18px]] [[Zhonghe–Xinlu line]]",
["colour"] = "ffa300",
["left terminus"] = {
"Huilong or Luzhou",
["Huilong"] = "Huilong",
["Luzhou"] = "Luzhou"
},
["right terminus"] = "Nanshijiao"
},
["BL"] = {
["line title"] = "[[File:Taipei Metro Line BL.svg|18px]] [[Bannan line]]",
["colour"] = "005eb8",
["left terminus"] = {
{'Dingpu', 'Far Eastern Hospital'},
["Dingpu"] = "Dingpu"
},
["right terminus"] = "Nangang Exhib Center"
}
}
}
return p