Module:Adjacent stations/KTM ETS
local s = "%1 station"
local k = "%1 Komuter station"
local p = {
["system title"] = "Keretapi Tanah Melayu (ETS)",
["system icon"] = "File:Electrictrainservicelogo.png",
["station format"] = {
"%1 railway station",
["Kuala Lumpur Sentral"] = s,
["Bandar Tasik Selatan"] = s,
["Sungai Buloh"] = s,
},
["lines"] = {
["_default"] = {
["title"] = "Electric Train Service",
["color"] = "ffd700",
["left terminus"] = "Padang Besar",
["right terminus"] = "Johor Bahru Sentral",
},
["ETS Gold"] = {
["title"] = "ETS Gold",
["color"] = "ffd700",
["left terminus"] = "",
["right terminus"] = "",
},
["ETS Silver"] = {
["title"] = "ETS Silver",
["color"] = "c0c0c0",
["left terminus"] = "",
["right terminus"] = "",
},
["ETS Platinum"] = {
["title"] = "ETS Platinum",
["color"] = "e5e4e2",
["left terminus"] = "",
["right terminus"] = "",
},
["ETS Express"] = {
["title"] = "ETS Express",
["color"] = "26235D",
["left terminus"] = "",
["right terminus"] = "",
},
["KL Sentral–Ipoh (Gold)"] = {
["title"] = "KL Sentral–Ipoh (Gold)",
["color"] = "ffd700",
["left terminus"] = "Ipoh",
["right terminus"] = "Kuala Lumpur Sentral",
},
["KL Sentral–Ipoh (Silver)"] = {
["title"] = "KL Sentral–Ipoh (Silver)",
["color"] = "c0c0c0",
["left terminus"] = "Ipoh",
["right terminus"] = "Kuala Lumpur Sentral",
},
["KL Sentral–Padang Besar (Platinum)"] = {
["title"] = "KL Sentral–Padang Besar (Platinum)",
["color"] = "e5e4e2",
["left terminus"] = "Padang Besar",
["right terminus"] = "Kuala Lumpur Sentral",
},
["KL Sentral–Butterworth (Platinum)"] = {
["title"] = "KL Sentral–Butterworth (Platinum)",
["color"] = "e5e4e2",
["left terminus"] = "Butterworth",
["right terminus"] = "Kuala Lumpur Sentral",
},
["Padang Besar–Segamat"] = {
["title"] = "Padang Besar–Segamat (Gold)",
["color"] = "ffd700",
["left terminus"] = "Padang Besar",
["right terminus"] = "Segamat",
},
["Butterworth–Segamat"] = {
["title"] = "Butterworth–Segamat (Gold)",
["color"] = "ffd700",
["left terminus"] = "Butterworth",
["right terminus"] = "Segamat",
},
["KL Sentral–Padang Besar (Express)"] = {
["title"] = "KL Sentral–Padang Besar (Express)",
["color"] = "26235D",
["left terminus"] = "Padang Besar",
["right terminus"] = "Kuala Lumpur Sentral",
},
["KL Sentral–Butterworth (Express)"] = {
["title"] = "KL Sentral–Butterworth (Express)",
["color"] = "26235D",
["left terminus"] = "Butterworth",
["right terminus"] = "Kuala Lumpur Sentral",
},
["KL Sentral–Ipoh (Express)"] = {
["title"] = "KL Sentral–Ipoh (Express)",
["color"] = "26235D",
["left terminus"] = "Ipoh",
["right terminus"] = "Kuala Lumpur Sentral",
},
},
}
return p