Jump to content

Module:Adjacent stations/Sydney Trains

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:51, 15 July 2020 (Add Town Hall). 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-US",
	["system title"] = "[[File:TfNSW T.png|17px|link=Sydney Trains]] [[Sydney Trains]]",
	["system color"] = "000000",
	["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color:#F7901E; padding: 0.5em 0 0.5em 0;",
	["station format"] = {
		["Burwood"] = sydney,
		["Central"] = sydney,
		["City Circle"] = "City Circle",
		["East Richmond"] = sydney,
		["Epping"] = sydney,
		["Gordon"] = sydney,
		["Kingswood"] = sydney,
		["Olympic Park"] = sydney,
		["Penrith"] = sydney,
		["Richmond"] = sydney,
		["Roseville"] = sydney,
		["St Marys"] = sydney,
		["Town Hall"] = sydney,
		["Windsor"] = sydney,
	
				"%1 railway station",
	},
	["lines"] = {
		["T1"] = {
			["title"] = "[[File:TfNSW T1.svg|15px|link=North Shore & Western Line]] [[North Shore & Western Line]]",
			["color"] = "f89c1c",
			["left terminus"] = {"Emu Plains", "Richmond"},
			["right terminus"] = "Berowra",
		},
		["T2"] = {
			["title"] = "[[File:TfNSW T2.svg|15px|link=Inner West & Leppington Line]] [[Inner West & Leppington Line]]",
			["color"] = "0097cd",
			["left terminus"] = {"Parramatta", "Leppington"},
			["right terminus"] = "City Circle",
		},
		["T5"] = {
			["title"] = "[[File:TfNSW T5.svg|15px|link=Cumberland Line]] [[Cumberland Line]]",
			["color"] = "c32190",
			["left terminus"] = "Richmond",
			["right terminus"] = "Leppington",
		},
		["T7"] = {
			["title"] = "[[File:TfNSW T7.svg|15px|link=Olympic Park Line]] [[Olympic Park Line]]",
			["color"] = "6e818e",
			["left terminus"] = "Olympic Park",
			["right terminus"] = "Central",
		},
		["T9"] = {
			["title"] = "[[File:TfNSW T9.svg|15px|link=Northern Line (Sydney)]] [[Northern Line (Sydney)|Northern Line]]",
			["color"] = "d21f2f",
			["left terminus"] = "Hornsby",
			["right terminus"] = "Gordon",
		},
	},
}

return p