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 Willthorpe (talk | contribs) at 10:37, 11 January 2025 (Undid revision 1268740552 by Hlmrjk (talk) I would agree with this, only it has been pointed out that the 'Sydney Light Rail' brand does not extend to Parramatta. 'Light Rail', meanwhile, covers both the inner city lines and the L4). 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 = {
	["lang"] = "en-GB",
	["system title"] = "[[Light rail in Sydney|Light Rail]]",
	["system icon"] = "[[File:TfNSW L.png|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",
				["Central"] = "Central railway station, Sydney",
				["Circular Quay"] = "Circular Quay railway station",
				["Town Hall"] = "Town Hall railway station, Sydney",
				["Dulwich Hill"] = "Dulwich Hill railway station",
				["Wynyard"] = "Wynyard railway station, Sydney",
				["Telopea"] = "Telopea railway station",
				["Carlingford"] = "Carlingford railway station",
				["Dundas"] = "Dundas railway station, Sydney",
				["Juniors Kingsford"] = "CBD and South East Light Rail#Juniors Kingsford",
				["Randwick"] = "CBD and South East Light Rail#Randwick",
				["Bridge Street"] = "CBD and South East Light Rail#Bridge Street",
				["Yallamundi"] = "Rydalmere railway station",
				["Westmead"] = "Westmead railway station",
	},
	["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",			
		},
		["L4"] = {
			["title"] = "[[Parramatta Light Rail|Westmead & Carlingford Line]]",
			["color"] = "CD0D4D",
			["icon"] = "[[File:TfNSW L4.svg|17px|alt=]]",
			["left terminus"] = "Westmead",
			["right terminus"] = "Carlingford",
		},
	},
}

return p