Module:Adjacent stations/MTR Light Rail
Appearance
This is a data module for Module:Adjacent stations. It supports services in Hong Kong operated by MTR Light Rail.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 505 |
FF0000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 507 |
008000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 610 |
A52A2A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 614 |
00BFFF |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 614P |
FFC0CB |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 615 |
FFFF00 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 615P |
000080 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 705 |
9ACD32 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 706 |
D8BFD8 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 751 |
FFA500 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 751P |
000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 761P |
4B0082 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | zone1 |
F0397B |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | zone2 |
F68712 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | zone3 |
0E88D3 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | zone4 |
33B540 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | zone5A |
F25C19 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | zone5 |
7641A4 |
|
See also
local p = {
["system title"] = "[[File:MTR Lightrail icon.svg|x14px|link=Light Rail (MTR)]] [[MTR]] [[Light Rail (MTR)|Light Rail]]",
["header stop noun"] = "stop",
["lang"] = "en-GB",
["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