![]() | 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 link'] = {
"[[%s MRT station|%s]]",
["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]]",
["Dingpu or Far Eastern Hospital"] = "[[Dingpu MRT station|Dingpu]] or [[Far Eastern Hospital MRT station|Far Eastern Hospital]]",
["Taipei Main"] = "[[Taipei station|Taipei Main station]]",
["Taipei Nangang Exhibition Center"] = "[[Taipei Nangang Exhibition Center MRT station|Taipei Nangang Exhib.]]",
["Maokong"] = "[[Maokong gondola station|Maokong]]",
["Taipei Zoo South"] = "[[Taipei Zoo South gondola station|Taipei Zoo South]]",
["Zhinan Temple"] = "[[Zhinan Temple gondola station|Zhinan Temple]]",
["Banqiao"] = "[[Banqiao station|Banqiao]]",
["Nangang"] = "[[Nangang station|Nangang]]",
["Songshan"] = "[[Songshan station|Songshan]]",
["Taipei Zoo"] = "[[Taipei Zoo station|Taipei Zoo]]"
}
},
['BR'] = {
['line title'] = '[[File:Taipei Metro Line BR.svg|18px]] [[Wenhu line]]',
['colour'] = '9e652e',
['left terminus'] = 'Taipei Nangang Exhibition 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 or Far Eastern Hospital',
['Dingpu'] = 'Dingpu'
},
['right terminus'] = 'Taipei Nangang Exhibition Center'
}
}
return p