Module:Adjacent stations/Taoyuan Metro/sandbox
![]() | This is the module sandbox page for Module:Adjacent stations/Taoyuan Metro (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Taoyuan Metro/sandbox.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Taoyuan Airport MRT | A |
8246af |
| |
Airport MRT | B |
0057b8 |
| |
Green line | G |
62a033 |
| |
Orange line | O |
ffa500 |
| |
Brown line | BR |
824729 |
| |
Red line | R |
b20016 |
|
return {
['system title'] = '[[File:Taoyuan Metro logo seal only.svg|18px]] ' .. '[[Taoyuan Metro]]',
['station format'] = {
'%1 MRT station',
['Taipei Main station'] = '%1 (Taoyuan Metro)',
['Taoyuan HSR station'] = '%1',
['Zhongli railway station'] = '%1'
},
['line'] = {
['Airport'] = {
['line title'] = link('Taoyuan Airport MRT'),
['colour'] = '8e47ad',
['left terminus'] = 'Taipei Main station',
['right terminus'] = {
{'Huanbei', 'Airport Terminal 2'},
['Huanbei'] = 'Huanbei'
}
}
}
}