Difference between revisions of "Module:Adjacent stations/Light Rail in NSW"

From blackwiki
Jump to navigation Jump to search
blackwiki>Fleet Lists
(Add Crown Street Light Rail station)
m (3 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
"%1 railway station",
 
"%1 railway station",
 
["Central"] = sydney,
 
["Central"] = sydney,
["Crown Street"] = "Newcastle Light Rail#Crown Stret",
+
["Crown Street"] = "Newcastle Light Rail#Crown Street",
 
["Kingsford"] = "CBD and South East Light Rail#Juniors Kingsford",
 
["Kingsford"] = "CBD and South East Light Rail#Juniors Kingsford",
 
["Newcastle Interchange"] = "Newcastle Interchange",
 
["Newcastle Interchange"] = "Newcastle Interchange",

Latest revision as of 12:40, 26 September 2020

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",
				["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