Module:Adjacent stations/Sydney Trains

From blackwiki
Jump to navigation Jump to search
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"] = {
		["Ashfield"] = sydney,
		["Auburn"] = sydney,
		["Burwood"] = sydney,
		["Canterbury"] = sydney,
		["Carlton"] = sydney,
		["Central"] = sydney,
		["Cheltenham"] = sydney,
		["City"] = "Sydney CBD",
		["Clyde"] = sydney,
		["City Circle"] = "City Circle",
		["Como"] = sydney,
		["Croydon"] = sydney,
		["Domestic"] = "Domestic Airport railway station, Sydney",
		["Dundas"] = sydney,
		["East Richmond"] = sydney,
		["Epping"] = sydney,
		["Fairfield"] = sydney,
		["Glenfield"] = sydney,
		["Gordon"] = sydney,
		["Guildford"] = sydney,
		["Holsworthy"] = sydney,
		["International"] = "International Airport railway station, Sydney",
		["Kings Cross"] = sydney,
		["Kingswood"] = sydney,
		["Lewisham"] = sydney,
		["Liverpool"] = sydney,
		["Loftus"] = sydney,
		["Meadowbank"] = sydney,
		["Newtown"] = sydney,
		["Olympic Park"] = sydney,
		["Padstow"] = sydney,
		["Penrith"] = sydney,
		["Penshurst"] = sydney,
		["Richmond"] = sydney,
		["Roseville"] = sydney,
		["St James"] = sydney,
		["St Marys"] = sydney,
		["Stanmore"] = sydney,
		["Sydenham"] = sydney,
		["Town Hall"] = sydney,
		["Waterfall"] = sydney,
		["Waverton"] = sydney,
		["Windsor"] = sydney,
		["Wynyard"] = 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",
		},
		["T3"] = {
			["title"] = "[[File:TfNSW T3.svg|15px|link=Bankstown Line]] [[Bankstown Line]]",
			["color"] = "f36421",
			["left terminus"] = {"Lidcombe", "Liverpool"},
			["right terminus"] = "City Circle",
		},
		["T4"] = {
			["title"] = "[[File:TfNSW T4.svg|15px|link=Eastern Suburbs & Illawarra Line]] [[Eastern Suburbs & Illawarra Line]]",
			["color"] = "015aa5",
			["left terminus"] = {"Waterfall", "Cronulla"},
			["right terminus"] = "Bondi Junction",
		},
		["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",
		},
		["T8"] = {
			["title"] = "[[File:TfNSW T8.svg|15px|link=Airport & South Line]] [[Airport & South Line]]",
			["color"] = "008a45",
			["left terminus"] = "Macarthur",
			["right terminus"] = "City Circle",
		},
		["T9"] = {
			["title"] = "[[File:TfNSW T9.svg|15px|link=Northern Line (Sydney)]] [[Northern Line (Sydney)|Northern Line]]",
			["color"] = "d21f2f",
			["left terminus"] = "Hornsby",
			["right terminus"] = "Gordon",
		},
		["Carlingford"] = {
			["title"] = "[[File:TfNSW T6.svg|15px|link=Carlingford Line]] [[Carlingford Line]] (1885-2020)",
			["color"] = "436cab",
			["left terminus"] = "Carlingford",
			["right terminus"] = "Clyde",
		},
		["South West"] = {
			["title"] = "[[South West Rail Link]]",
			["color"] = "FF7D8C",
			["left terminus"] = "Leppington",
			["right terminus"] = "Glenfield",
		},
	},
}

return p