Module:Adjacent stations/Sabah State Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Sabah State Railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Western Line | Western |
008000 |
|
local p = {
["system title"] = "[[Sabah State Railway]]",
["system icon"] = "",
["name format"] = "",
["station format"] = {
"%1 railway station",
["Beaufort"] = "Beaufort railway station (Sabah)",
["Papar"] = "Papar railway station (Malaysia)",
},
["lines"] = {
["_default"] = {
["color"] = "008000",
["title"] = "[[%1 Sabah Railway Line|%1 Line]]",
},
["Western"] = {
["left terminus"] = "Tenom",
["right terminus"] = "Secretariat",
},
},
["aliases"] = {
["western"] = "Western",
},
}
return p