Module:Adjacent stations/Metrorail KwaZulu-Natal
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Metrorail KwaZulu-Natal.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
South Coast Line | South Coast |
176fc1 |
| |
Bluff Line | Bluff |
99d420 |
| |
New Main Line | New Main |
33bef3 |
| |
Old Main Line | Old Main |
682327 |
| |
North Coast Line | North Coast |
8d188f |
| |
kwaMashu–Umlazi Line | kwaMashu–Umlazi |
ed1c24 |
| |
Chatsworth Line | Chatsworth |
f6ca27 |
|
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