Module:Adjacent stations/Premier Classe

MyWikiBiz, Author Your Legacy — Thursday May 30, 2024
Jump to navigationJump to search

Documentation 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