local sydney = "%1 railway station, Sydney"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Sydney Trains]]",
	["system icon"] = "[[File:TfNSW T.png|17px|link=Sydney Trains]]",
	["system color"] = "ec6606",
	["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #ffffff; background-color: #ec6606; 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",
		["Domestic Airport"] = sydney,
		["Dundas"] = sydney,
		["East Richmond"] = sydney,
		["Epping"] = sydney,
		["Fairfield"] = sydney,
		["Glenfield"] = sydney,
		["Gordon"] = sydney,
		["Guildford"] = sydney,
		["Holsworthy"] = sydney,
		["International"] = "International Airport railway station, Sydney",
		["International Airport"] = 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"] = {
		["_default"] = {
			["icon"] = "[[File:TfNSW %1.svg|16px|alt=]]",
		},
		["T1"] = {
			["title"] = "[[North Shore & Western Line]]",
			["color"] = "f99d1c",
			["left terminus"] = {"Emu Plains", "Richmond"},
			["right terminus"] = "Berowra",
		},
		["T2"] = {
			["title"] = "[[Inner West & Leppington Line]]",
			["color"] = "0098cd",
			["left terminus"] = {"Parramatta", "Leppington"},
			["right terminus"] = "City Circle",
		},
		["T3"] = {
			["title"] = "[[Bankstown Line]]",
			["color"] = "f37021",
			["left terminus"] = {"Lidcombe", "Liverpool"},
			["right terminus"] = "City Circle",
		},
		["T4"] = {
			["title"] = "[[Eastern Suburbs & Illawarra Line]]",
			["color"] = "005aa3",
			["left terminus"] = {"Waterfall", "Cronulla"},
			["right terminus"] = "Bondi Junction",
		},
		["T5"] = {
			["title"] = "[[Cumberland Line]]",
			["color"] = "c4258f",
			["left terminus"] = "Richmond",
			["right terminus"] = "Leppington",
		},
		["T7"] = {
			["title"] = "[[Olympic Park Line]]",
			["color"] = "6f818e",
			["left terminus"] = "Olympic Park",
			["right terminus"] = "Central",
		},
		["T8"] = {
			["title"] = "[[Airport & South Line]]",
			["color"] = "00954c",
			["left terminus"] = "Macarthur",
			["right terminus"] = "City Circle",
		},
		["T9"] = {
			["title"] = "[[Northern Line (Sydney)|Northern Line]]",
			["color"] = "d11f2f",
			["left terminus"] = "Hornsby",
			["right terminus"] = "Gordon",
		},
		["Carlingford"] = {
			["title"] = "[[Carlingford railway line|Carlingford Line]] (1885–2020)",
			["color"] = "456caa",
			["icon"] = "[[File:TfNSW T6.svg|15px|link=Carlingford railway line]]",
			["left terminus"] = "Carlingford",
			["right terminus"] = "Clyde",
		},
		["South West"] = {
			["title"] = "[[South West Rail Link]]",
			["color"] = "ff7d8c",
			["icon"] = "",
			["left terminus"] = "Leppington",
			["right terminus"] = "Glenfield",
		},
	},
}

return p