Module:Adjacent stations/Light Rail in NSW
MyWikiBiz, Author Your Legacy — Tuesday November 12, 2024
Jump to navigationJump to search{{Module rating }}
Sydney
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
- L1 and L2 used in Template:Rail-interchange/doc/AU. All three used in some other templates.
Newcastle
Template:Rail template doc Template:Rail template doc Template:Rail template doc
- NLR used in Newcastle Interchange and Queens Wharf.
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", ["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