Module:Adjacent stations/Chao Phraya Express Boat
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Chao Phraya Express Boat.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Orange Line | Orange |
FFA500 |
| |
Green Line | Green |
008000 |
| |
Red Line | Red |
FF0000 |
| |
Yellow Line | Yellow |
FFFF00 |
| |
Regular Line | Regular |
808080 |
|
local p = {
["system title"] = "[[Chao Phraya Express Boat]]",
["system icon"] = "",
["station format"] = {
"%1 Pier",
[""] = "",
},
["lines"] = {
["Orange"] = {
["title"] = "Orange Line",
["color"] = "FFA500",
["left terminus"] = "Nonthaburi",
["right terminus"] = "Wat Rajsingkorn",
},
["Green"] = {
["title"] = "Green Line",
["color"] = "008000",
["left terminus"] = "Pakkret",
["right terminus"] = "Sathorn",
},
["Red"] = {
["title"] = "Red Line",
["color"] = "FF0000",
["left terminus"] = "Nonthaburi",
["right terminus"] = "Sathorn",
},
["Yellow"] = {
["title"] = "Yellow Line",
["color"] = "FFFF00",
["left terminus"] = "Nonthaburi",
["right terminus"] = "Sathorn",
},
["Regular"] = {
["title"] = "Regular Line",
["color"] = "808080",
["left terminus"] = "Nonthaburi",
["right terminus"] = "Wat Rajsingkorn",
},
},
}
return p