Jump to content

Module:Adjacent stations/Metrorail Western Cape

From Wikipedia, the free encyclopedia

local ct = "%1 railway station (Cape Town)"
local sa = "%1 railway station (South Africa)"

local p = {
	["system title"] = "[[Metrorail Western Cape]]",
	["station format"] = {
		"%1 railway station",
		["Athlone"] = ct,
		["Claremont"] = ct,
		["Crawford"] = ct,
		["Esplanade"] = ct,
		["Heathfield"] = ct,
		["Kenilworth"] = ct,
		["Lakeside"] = ct,
		["Maitland"] = ct,
		["Plumstead"] = ct,
		["St. James"] = ct,
		["Woodstock"] = ct,
		["Huguenot"] = sa,
		["Wellington"] = sa,
		["Worcester"] = sa
	},
	["lines"] = {
		["Northern"] = {
			["title"] = "[[Northern Line (Cape Town)|Northern Line]]",
			["color"] = "00a650",
			["left terminus"] = "Cape Town",
			["right terminus"] = {"Wellington", "Muldersvlei", "Strand"},
			["types"] = {
				["Monte Vista"] = {
					["title"] = "services via Monte Vista",
					["right terminus"] = "Bellville"
				},
				["Mutual"] = {
					["title"] = "services via Mutual"
				},
				["Wellington"] = {
					["title"] = "Wellington service",
					["right terminus"] = "Wellington"
				},
				["Stellenbosch"] = {
					["title"] = "Stellenbosch service",
					["right terminus"] = "Muldersvlei"
				},
				["Strand"] = {
					["title"] = "Strand service",
					["right terminus"] = "Strand"
				}
			}
		},
		["Central"] = {
			["title"] = "[[Central Line (Cape Town)|Central Line]]",
			["color"] = "33bef3",
			["left terminus"] = "Cape Town",
			["right terminus"] = {"Kapteinsklip", "Chris Hani", "Bellville"},
			["types"] = {
				["Mutual"] = {
					["title"] = "services via Mutual"
				},
				["Pinelands"] = {
					["title"] = "services via Pinelands"
				},
				["Mitchells Plain"] = {
					["title"] = "Mitchells Plain service",
					["right terminus"] = "Kapteinsklip"
				},
				["Khayelitsha"] = {
					["title"] = "Khayelitsha service",
					["right terminus"] = "Chris Hani"
				},
				["Bellville"] = {
					["title"] = "Bellville service",
					["right terminus"] = "Bellville"
				}
			}
		},
		["Cape Flats"] = {
			["title"] = "[[Cape Flats Line]]",
			["color"] = "8c493a",
			["left terminus"] = "Cape Town",
			["right terminus"] = "Retreat"
		},
		["Southern"] = {
			["title"] = "[[Southern Line (Cape Town)|Southern Line]]",
			["color"] = "ed1c24",
			["left terminus"] = "Cape Town",
			["right terminus"] = "Simon's Town"
		},
	}
}

return p