Module:Adjacent stations/Sydney Trains
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Sydney Trains.
Operating lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
![]() | T1 |
f89c1c |
| |
![]() | T2 |
0097cd |
| |
![]() | T3 |
f36421 |
| |
![]() | T4 |
015aa5 |
| |
![]() | T5 |
c32190 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | T6 |
000000 |
| |
![]() | T7 |
6e818e |
| |
![]() | T8 |
008a45 |
| |
![]() | T9 |
d21f2f |
|
Closed lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bankstown |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Carlingford |
000000 |
|
Other
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | South West |
000000 |
|
Now part of T2 and T5. Still used in Template:Rail-interchange
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,
["East Richmond"] = sydney,
["Epping"] = sydney,
["Fairfield"] = sydney,
["Glenfield"] = sydney,
["Gordon"] = sydney,
["Guidford"] = sydney,
["Holsworthy"] = 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,
["Town Hall"] = sydney,
["Waterfall"] = sydney,
["Waverton"] = 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"] = "Museum",
},
["T3"] = {
["title"] = "[[File:TfNSW T3.svg|15px|link=Bankstown Line]] [[Bankstown Line]]",
["color"] = "f36421",
["left terminus"] = {"Lidcombe", "Liverpool"},
["right terminus"] = "Museum",
},
["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"] = "Town Hall",
},
["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