Module:Adjacent stations/Newcastle Light Rail

local newcastle = "Newcastle Light Rail#%1"

local p = {
	["system title"] = "[[Newcastle Light Rail]]",
	["system icon"] = "[[File:TfNSW L.svg|16px|alt=]]",
	["system color"] = "e4022d",
	["station format"] = {
		"%1 railway station",
		["Crown Street"] = newcastle,
		["Honeysuckle"] = newcastle,
		["Newcastle Interchange"] = "Newcastle Interchange",
		["Newcastle Beach"] = newcastle,
	},
	["lines"] = {
		["NLR"] = {
			["title"] = "[[Newcastle Light Rail]]",
			["color"] = "ee343f",
			["left terminus"] = "Newcastle Interchange",
			["right terminus"] = "Newcastle Beach",
		},
	},
}

return p