Module:Adjacent stations/Premier Classe

From Wikipedia, the free encyclopedia

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