This is a data module for Module:Adjacent stations. It supports services in Hong Kong operated by MTR Light Rail/sandbox.
Lines
Line | Keys | Color | Hex color | Icon |
505
| 505 |
|
DA2128 |
505 |
507
| 507 |
|
00A54F |
507 |
610
| 610 |
|
541912 |
610 |
614
| 614 |
|
15C0F2 |
614 |
614P
| 614P |
|
F6A4AA |
614P |
615
| 615 |
|
FFDC01 |
615 |
615P
| 615P |
|
016584 |
615P |
705
| 705 |
|
7BC351 |
705 |
706
| 706 |
|
B279B4 |
706 |
751
| 751 |
|
F58220 |
751 |
751P
| 751P |
|
000 |
751P |
761P
| 761P |
|
6E2C91 |
761P |
Zone 1
| zone1 |
|
F0397B |
zone1 |
Zone 2
| zone2 |
|
F68712 |
zone2 |
Zone 3
| zone3 |
|
0E88D3 |
zone3 |
Zone 4
| zone4 |
|
33B540 |
zone4 |
Zone 5A
| zone5A |
|
F25C19 |
zone5A |
Zone 5
| zone5 |
|
7641A4 |
zone5 |
See also
local p = {
["lang"] = "en-GB",
["system title"] = "[[File:MTR Lightrail icon.svg|x14px|link=Light Rail (MTR)|alt=MTR Light Rail]] [[MTR]] [[Light Rail (MTR)|Light Rail]]",
["icon"] = "[[File:MTR Lightrail icon.svg|x20px|link=Light Rail (MTR)|alt=MTR Light Rail]]",
["line icon format"] = "croute",
["header stop noun"] = "stop",
["color"] = "D3A809",
["station format"] = {
"%1 stop"
},
["lines"] = {
["505"] = {
["line title"] = "[[MTR Light Rail Route 505|505]]",
["color"] = "FF0000",
["left terminus"] = "Sam Shing",
["right terminus"] = "Siu Hong"
},
["507"] = {
["line title"] = "507",
["color"] = "008000",
["left terminus"] = "Tuen Mun Ferry Pier",
["right terminus"] = "Tin King"
},
["610"] = {
["line title"] = "610",
["color"] = "A52A2A",
["left terminus"] = "Tuen Mun Ferry Pier",
["right terminus"] = "Yuen Long"
},
["614"] = {
["line title"] = "614",
["color"] = "00BFFF",
["left terminus"] = "Tuen Mun Ferry Pier",
["right terminus"] = "Yuen Long"
},
["614P"] = {
["line title"] = "614P",
["color"] = "FFC0CB",
["left terminus"] = "Tuen Mun Ferry Pier",
["right terminus"] = "Siu Hong"
},
["615"] = {
["line title"] = "615",
["color"] = "FFFF00",
["left terminus"] = "Tuen Mun Ferry Pier",
["right terminus"] = "Yuen Long"
},
["615P"] = {
["line title"] = "615P",
["color"] = "000080",
["left terminus"] = "Tuen Mun Ferry Pier",
["right terminus"] = "Siu Hong"
},
["705"] = {
["line title"] = "[[MTR Light Rail Routes 705 and 706|705]]",
["color"] = "9ACD32",
["circular"] = true,
["left terminus"] = "Anticlockwise around Tin Shui Wai",
["oneway-right"] = true,
},
["706"] = {
["line title"] = "[[MTR Light Rail Routes 705 and 706|706]]",
["color"] = "D8BFD8",
["circular"] = true,
["oneway-left"] = true,
["right terminus"] = "Clockwise around Tin Shui Wai"
},
["751"] = {
["line title"] = "751",
["color"] = "FFA500",
["left terminus"] = "Yau Oi",
["right terminus"] = "Tin Yat"
},
["751P"] = {
["line title"] = "751P",
["color"] = "000",
["left terminus"] = "Tin Shui Wai",
["right terminus"] = "Tin Yat"
},
["761P"] = {
["line title"] = "761P",
["color"] = "4B0082",
["left terminus"] = "Tin Yat",
["right terminus"] = "Yuen Long"
},
["zone1"] = {
["color"] = 'F0397B',
},
["zone2"] = {
["color"] = 'F68712',
},
["zone3"] = {
["color"] = '0E88D3',
},
["zone4"] = {
["color"] = '33B540',
},
["zone5A"] = {
["color"] = 'F25C19',
},
["zone5"] = {
["color"] = '7641A4',
},
}
}
return p