Module:Adjacent stations/Hong Kong Tramways
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Hong Kong Tramways.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
007549 |
|
local x = "%1 Terminus"
local p = {
["system title"] = "[[Hong Kong Tramways]]",
["system color"] = "007549",
["system icon"] = "[[File:Hong_Kong_Tramways_Logo_Without_Text.svg|16px|link=Hong Kong Tramways]]",
["header stop noun"] = "stop",
["station format"] = {
"%1 stop",
["Kennedy Town"] = x,
["Shek Tong Tsui"] = x,
["Western Market"] = x,
["Happy Valley"] = x,
["Causeway Bay"] = x,
["North Point"] = x,
["Shau Kei Wan"] = x,
},
["lines"] = {
["_default"] = {
["title"] = "[[Hong Kong Tramways]]",
["color"] = "007549",
["left terminus"] = "Kennedy Town",
["right terminus"] = "Shau Kei Wan"
}
}
}
return p