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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | T3 |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | T4 |
000000 |
| |
![]() | T5 |
c32190 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | T6 |
000000 |
| |
![]() | T7 |
6e818e |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | T8 |
000000 |
| |
![]() | 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"] = {
["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