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 |
ab2430 |
| |
CBD and South East Light Rail/Randwick | L2 |
df1e25 |
| |
CBD and South East Light Rail/Kingsford | L3 |
78103f |
| |
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 Stret",
["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"] = "ab2430",
["left terminus"] = "Dulwich Hill",
["right terminus"] = "Central",
},
["L2"] = {
["title"] = "[[CBD and South East Light Rail]]/Randwick",
["color"] = "df1e25",
["left terminus"] = "Circular Quay",
["right terminus"] = "Randwick",
},
["L3"] = {
["title"] = "[[CBD and South East Light Rail]]/Kingsford",
["color"] = "78103f",
["left terminus"] = "Circular Quay",
["right terminus"] = "Kingsford",
},
["NLR"] = {
["title"] = "[[Newcastle Light Rail]]",
["color"] = "FF0000",
["left terminus"] = "Newcastle Interchange",
["right terminus"] = "Newcastle Beach",
},
}
}
return p