Module:Adjacent stations/Metrorail KwaZulu-Natal

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Metrorail KwaZulu-Natal|Metrorail]]",
	["station format"] = {
		"%1 railway station",
		["DUC"] = {
			"[[Durban railway station|Durban]]",
			"[[Umlazi railway station|Umlazi]]",
			"[[Crossmoor railway station|Crossmoor]]"
		}
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line]]"
		},
		["South Coast"] = {
			["title"] = "[[South Coast Line (Durban)|South Coast Line]]",
			["color"] = "176fc1",
			["left terminus"] = "Kelso",
			["right terminus"] = "Durban"
		},
		["Bluff"] = {
			["title"] = "[[Bluff Line]]",
			["color"] = "99d420",
			["left terminus"] = "DUC",
			["right terminus"] = "Wests",
			["types"] = {
				["Reverse"] = {
					["title"] = "",
					["left terminus"] = "Wests",
					["right terminus"] = "Durban"
				}
			}
		},
		["New Main"] = {
			["title"] = "[[New Main Line]]",
			["color"] = "33bef3",
			["left terminus"] = "Cato Ridge",
			["right terminus"] = "Durban"
		},
		["Old Main"] = {
			["title"] = "[[Old Main Line (Durban)|Old Main Line]]",
			["color"] = "682327",
			["left terminus"] = "Pinetown",
			["right terminus"] = "Durban"
		},
		["North Coast"] = {
			["title"] = "[[North Coast Line (Durban)|North Coast Line]]",
			["color"] = "8d188f",
			["left terminus"] = "Berea Road",
			["right terminus"] = "Stanger"
		},
		["kwaMashu–Umlazi"] = {
			["color"] = "ed1c24",
			["left terminus"] = "Umlazi",
			["right terminus"] = "kwaMashu"
		},
		["Chatsworth"] = {
			["color"] = "f6ca27",
			["left terminus"] = "Crossmoor",
			["right terminus"] = "Durban"
		},
	},
	["aliases"] = {
		["sc"] = "South Coast",
		["bluff"] = "Bluff",
		["new"] = "New Main",
		["old"] = "Old Main",
		["nc"] = "North Coast",
		["kmu"] = "kwaMashu–Umlazi",
		["chatsworth"] = "Chatsworth"
	}
}

return p