Module:Adjacent stations/Light Rail in NSW

MyWikiBiz, Author Your Legacy — Monday May 13, 2024
Jump to navigationJump to search
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