This is a data module for Module:Adjacent stations. It supports services operated by Premier Classe.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Cape Town–Port Elizabeth | CT-PE |
590960 |
| |
Johannesburg–Cape Town | Jhb-CT |
590960 |
| |
Johannesburg–Durban | Jhb-Dbn |
590960 |
|
local dab = "%1 railway station (South Africa)"
local p = {
["system title"] = "[[Premier Classe]]",
["station format"] = {
"%1 railway station",
["Kimberley"] = dab,
["Ladysmith"] = dab,
["Huguenot"] = dab,
["Wellington"] = dab,
["Worcester"] = dab,
["Johannesburg"] = "Johannesburg Park Station"
},
["lines"] = {
["_default"] = {
["color"] = "590960"
},
["CT-PE"] = {
["title"] = "[[Premier Classe#Routes|Cape Town–Port Elizabeth]]",
["left terminus"] = "Cape Town",
["right terminus"] = "Port Elizabeth"
},
["Jhb-CT"] = {
["title"] = "[[Premier Classe#Routes|Johannesburg–Cape Town]]",
["left terminus"] = "Johannesburg",
["right terminus"] = "Cape Town"
},
["Jhb-Dbn"] = {
["title"] = "[[Premier Classe#Routes|Johannesburg–Durban]]",
["left terminus"] = "Johannesburg",
["right terminus"] = "Durban"
}
}
}
return p