Module:Adjacent stations/KTM Komuter
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by KTM Komuter. For lead operator (Keretapi Tanah Melayu), use Module:Adjacent stations/KTM.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Port Klang Line | Port Klang |
dc241f |
| |
Seremban Line | Seremban |
1964b7 |
| |
Skypark Link | Skypark |
6b6b21 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Ipoh-Butterworth |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Padang Besar-Butterworth |
|
|
Source
Colors were obtained from the KTMB's GTFS static data
local k = "%1 Komuter station"
local s = "%1 station"
local p = {
["system title"] = "[[Keretapi Tanah Melayu]]<br/>([[KTM Komuter|Komuter]])",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Kuala Lumpur Sentral"] = s,
["Terminal Skypark"] = k,
["Bank Negara"] = k,
["Batu Caves"] = k,
["Port Klang"] = k,
["Subang Jaya"] = s,
["Abdullah Hukum"] = s,
["Mid Valley"] = k,
["Setia Jaya"] = k,
["Batu Tiga"] = k,
["Seri Setia"] = k,
["Kepong"] = k,
["Sungai Buloh"] = s,
},
["lines"] = {
["Seremban"] = {
["title"] = "[[Seremban Line]]",
["color"] = "1964b7",
["left terminus"] = "Batu Caves",
["right terminus"] = "Pulau Sebang/Tampin",
},
["Port Klang"] = {
["title"] = "[[Port Klang Line]]",
["color"] = "dc241f",
["left terminus"] = "Tanjung Malim",
["right terminus"] = "Port Klang",
},
["Skypark"] = {
["title"] = "[[Skypark Link]]",
["color"] = "6b6b21",
["left terminus"] = "Kuala Lumpur Sentral",
["right terminus"] = "Terminal Skypark",
},
["Padang Rengas"] = {
["title"] = "[[KTM Komuter Northern Sector|Padang Rengas Line]]",
["color"] = "1964b7",
["left terminus"] = "Bukit Mertajam",
["right terminus"] = "Padang Rengas",
},
["Padang Besar"] = {
["title"] = "[[KTM Komuter Northern Sector|Padang Besar Line]]",
["color"] = "008000",
["left terminus"] = "Padang Besar",
["right terminus"] = "Butterworth",
},
},
}
return p