This is a data module for Module:Adjacent stations. It supports services operated by Jakarta LRT.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Southern Line | Southern or 1 or s |
f26324 |
|
local p = {
["system icon"] = "",
["station format"] = {
"%1 LRT station",
[""] = "",
},
["lines"] = {
["Southern"] = {
["title"] = "[[Jakarta LRT|Southern Line]]",
["color"] = "f26324",
["icon"] = "[[File:Jakarta - LRT Jakarta S Line Icon.svg|20px|link=Jakarta LRT]]",
["left terminus"] = "Pegangsaan Dua",
["right terminus"] = "Velodrome",
},
},
["aliases"] = {
["s"] = "Southern",
["1"] = "Southern",
},
}
return p