Module:Adjacent stations/South Australian Railways
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by South Australian Railways.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Morgan railway line | Morgan |
8000000 |
| |
Mount Pleasant railway line | Mount Pleasant |
8000000 |
| |
Peterborough-Quorn railway line | Peterborough-Quorn |
8000000 |
| |
Robertstown railway line | Robertstown |
8000000 |
| |
Roseworthy-Peterborough railway line | Roseworthy-Peterborough |
8000000 |
| |
Sedan railway line | Sedan |
8000000 |
| |
Victor Harbor railway line | Victor Harbor |
8000000 |
| |
Willunga railway line | Willunga |
8000000 |
|
local rssa = "%1 railway station, South Australia"
local p = {
["system title"] = "[[Commonwealth Railways]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Lyndhurst"] = "Lyndhurst, South Australia",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 railway line]]",
["color"] = "8000000",
},
["Central Australia Railway"] = {
["title"] = "[[Central Australia Railway]]",
["left terminus"] = "Port Augusta",
["right terminus"] = "Alice Springs"
},
},
}
return p;