Module:Adjacent stations/Guangzhou Water Bus
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Guangzhou Water Bus.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Route S2 | S2 |
009146 |
| |
Route S7 | S7 |
F8B54B |
|
local p = {
["system title"] = "[[Guangzhou Water Bus]]",
["station format"] = {
"%1 Wharf"
},
["lines"] = {
["S2"] = {
["title"] = "Route S2",
["color"] = "009146",
["left terminus"] = "Fangcun",
["right terminus"] = "Canton Tower"
},
["S7"] = {
["title"] = "Route S7",
["color"] = "F8B54B",
["left terminus"] = "",
["right terminus"] = "Fangzhi"
},
},
}
return p