Module:Adjacent stations/Premier Classe
MyWikiBiz, Author Your Legacy — Thursday November 06, 2025
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/Premier Classe/doc
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"
},
["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