Module:Adjacent stations/KTM
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Keretapi Tanah Melayu. For inter-city rail services, use Module:Adjacent stations/KTM Intercity. For commuter rail services, use Module:Adjacent stations/KTM Komuter. For electric train service, use Module:Adjacent stations/KTM ETS.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | West Coast |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | East Coast |
000000 |
|
Former services
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Ampang Line | Ampang |
000000 |
| |
Rantau Panjang Line | Rantau Panjang |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | North South |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Jurong |
000000 |
|
local p = {
["system title"] = "[[Keretapi Tanah Melayu]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
[""] = "",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Ampang"] = {
["title"] = "Ampang Line",
["left terminus"] = "Sultan Street",
["right terminus"] = {"Salak Selatan", "Ampang"},
},
["Rantau Panjang"] = {
["title"] = "Rantau Panjang Line",
["left terminus"] = "Rantau Panjang",
["right terminus"] = "Pasir Mas",
},
},
}
return p