Modul:Adjacent stations/Layanan perintis BPKA Sulsel
Modul ini merupakan modul data yang ditransklusikan melalui Modul:Adjacent stations. Modul ini mengimplementasikan layanan kereta api lokal yang dioperasikan oleh BPKA Sulsel.
Daftar lin
suntingJalur | Tipe | Kunci | Kunci tipe | Warna | Hex warna | Ikon |
---|---|---|---|---|---|---|
KRDE BPKASS | Maros |
00008b |
| |||
Andalan Celebes | Andalan Celebes |
9b870c |
| |||
Lontara | Lontara |
9b870c |
|
local x = "Halte %1"
local p = {
["system title"] = "[[Jalur kereta api Makassar–Parepare|Layanan perintis Sulsel]]",
["system color"] = "ef7d00",
["station format"] = {
"Stasiun %1",
},
["lines"] = {
["_default"] = {
["title"] = "'''''[[Kereta api %1|<span style=color:#ef7d00>%1</span>]]'''''",
["color"] = "ef7d00",
},
["Maros"] = {
["title"] = "'''''[[Kereta api KRDE BPKASS|<span style=color:#00008b>KRDE BPKASS</span>]]'''''",
["color"] = "00008b",
["left terminus"] = "Maros",
["right terminus"] = "Garongkong",
},
["Andalan Celebes"] = {
["title"] = "'''''[[Kereta api Andalan Celebes dan Lontara|<span style=color:#9b870c>Andalan Celebes</span>]]'''''",
["color"] = "9b870c",
["left terminus"] = "Mandai",
["right terminus"] = "Garongkong",
},
["Lontara"] = {
["title"] = "'''''[[Kereta api Andalan Celebes dan Lontara|<span style=color:#9b870c>Lontara</span>]]'''''",
["color"] = "9b870c",
["left terminus"] = "Maros",
["right terminus"] = "Garongkong",
},
},
["aliases"] = {
["KRDE BPKASS"] = "Maros"
}
}
return p