Jump to content

Module:Adjacent stations/Sydney Light Rail

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fleet Lists (talk | contribs) at 03:11, 24 August 2020 (Add Crown Street Light Rail station). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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