Module:Adjacent stations/Sydney Light Rail
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Light rail in Sydney.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Inner West Light Rail | L1 |
be1622 |
| |
CBD and South East Light Rail/Randwick | L2 |
dd1e25 |
| |
CBD and South East Light Rail/Kingsford | L3 |
781140 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | L4 |
|
|
L1 and L2 used in Template:Rail-interchange/doc/AU. All three used in some other templates.
local sydney = "%1 railway station, Sydney"
local p = {
["system title"] = "Light Rail in NSW",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Central"] = sydney,
["Crown Street"] = "Newcastle Light Rail#Crown Street",
["Juniors Kingsford"] = "CBD and South East Light Rail#Juniors Kingsford",
["Newcastle Interchange"] = "Newcastle Interchange",
["Newcastle Beach"] = "Newcastle Light Rail#Newcastle Beach",
["Randwick"] = "CBD and South East Light Rail#Randwick",
},
["lines"] = {
["L1"] = {
["title"] = "[[Inner West Light Rail]]",
["color"] = "be1622",
["left terminus"] = "Dulwich Hill",
["right terminus"] = "Central",
},
["L2"] = {
["title"] = "[[CBD and South East Light Rail]]/Randwick",
["color"] = "dd1e25",
["left terminus"] = "Circular Quay",
["right terminus"] = "Randwick",
},
["L3"] = {
["title"] = "[[CBD and South East Light Rail]]/Kingsford",
["color"] = "781140",
["left terminus"] = "Circular Quay",
["right terminus"] = "Juniors Kingsford",
},
["NLR"] = {
["title"] = "[[Newcastle Light Rail]]",
["color"] = "FF0000",
["left terminus"] = "Newcastle Interchange",
["right terminus"] = "Newcastle Beach",
},
}
}
return p