پودمان:Adjacent stations/Light Rail in NSW
ظاهر
local sydney = "%1 railway station, Sydney"
local p = {
["system title"] = "Light Rail in NSW",
["system icon"] = "",
["system color"] = "e4022d",
["station format"] = {
"%1 railway station",
["Central"] = sydney,
["Crown Street"] = "Newcastle Light Rail#Crown Street",
["Honeysuckle"] = "Newcastle Light Rail#Honeysuckle",
["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"] = {
["_default"] = {
["icon"] = "[[File:TfNSW %1.svg|16px|alt=]]",
},
["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"] = "e4022d",
["icon"] = "[[File:TfNSW L.svg|16px|alt=]]",
["left terminus"] = "Newcastle Interchange",
["right terminus"] = "Newcastle Beach",
},
},
}
return p