Module:Adjacent stations/Sydney Light Rail

This is the current revision of this page, as edited by Wiki forced account create module (talk | contribs) at 13:43, 2 July 2025 (Move Parramatta Light Rail out to its own adjacent stations to match format of transport in Sydney, separate operators have its own adjacent stations e.g. Sydney Trains and NSW trainlink despite being both trains. Modified name to the proper system name.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local sydney = "%1 railway station, Sydney"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Light rail in Sydney|Sydney Light Rail]]",
	["system icon"] = "[[File:TfNSW L.svg|17px|link=Light rail in Sydney]]",
	["system color"] = "e4022d",
	["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #ffffff; background-color: #e4022d; padding: 0.5em 0 0.5em 0;",
	["station format"] = {
		"%1 light rail station",
				["Bridge Street"] = "CBD and South East Light Rail#Bridge Street",
				["Capitol Square"] = "Inner West Light Rail#Capitol Square",
				["Central"] = "Central light rail station, Sydney",
				["Dulwich Hill"] = "Dulwich Hill railway station",
				["ES Marks"] = "CBD and South East Light Rail#ES Marks",
				["Haymarket"] = "CBD and South East Light Rail#Haymarket",
				["Kingsford"] = "CBD and South East Light Rail#Kingsford",
				["Royal Randwick"] = "CBD and South East Light Rail#Royal Randwick",
				["Surry Hills"] = "CBD and South East Light Rail#Surry Hills",
				["Taverners Hill"] = "Inner West Light Rail#Taverners Hill",
				["Town Hall"] = "Town Hall railway station, Sydney",
				["UNSW High Street"] = "CBD and South East Light Rail#UNSW High Street",
				["Waratah Mills"] = "Inner West Light Rail#Waratah Mills",
				["Wynyard"] = "Wynyard railway station, Sydney",
	},
	["lines"] = {
		["_default"] = {
			["icon"] = "[[File:TfNSW %1.svg|16px|alt=]]",
		},
		["L1"] = {
			["title"] = "[[Inner West Light Rail|Dulwich Hill Line]]",
			["color"] = "be1622",
			["left terminus"] = "Dulwich Hill",
			["right terminus"] = "Central",
		},
		["L2"] = {
			["title"] = "[[CBD and South East Light Rail|Randwick Line]]",
			["color"] = "dd1e25",
			["left terminus"] = "Circular Quay",
			["right terminus"] = "Randwick",
		},
		["L3"] = {
			["title"] = "[[CBD and South East Light Rail|Kingsford Line]]",
			["color"] = "781140",
			["left terminus"] = "Circular Quay",
			["right terminus"] = "Juniors Kingsford",			
		},
	},
}

return p