Module:Adjacent stations/NSW TrainLink
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by NSW TrainLink.
Style
This module covers style requirements for all NSW TrainLink lines.
Lines
Intercity
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Mountains Line | Blue Mountains or BMT |
f4a81c |
| |
Central Coast & Newcastle Line | Central Coast & Newcastle or CNN |
d01f2e |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hunter or HUN |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | South Coast or SCO |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Southern Highlands or SHL |
000000 |
|
Regional
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
North Coast NSW | North Coast |
df4c1d |
| |
North Western NSW | North Western |
df4c1d |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Southern |
000000 |
| |
Western NSW | Western |
df4c1d |
|
Coach
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Coach |
000000 |
|
local p = {
["lang"] = "en-US",
["system title"] = "[[File:TfNSW T.png|17px|link=Sydney Trains]] [[Sydney Trains]]",
["system color"] = "000000",
["station format"] = {
["Burwood"] = "Burwood railway station, Sydney",
["Central"] = "Central railway station, Sydney",
["City Circle"] = "City Circle",
["Gordon"] = "Gordon railway station, Sydney",
["Olympic Park"] = "Olympic Park railway station, Sydney",
["Richmond"] = "Richmond railway station, Sydney",
"%1 railway station",
},
["lines"] = {
["Central Coast & Newcastle"] = {
["title"] = "[[Central Coast & Newcastle Line]]",
["color"] = "d01f2e",
["left terminus"] = "Central",
["right terminus"] = "Newcastle Interchange",
},
["Blue Mountains"] = {
["title"] = "[[Blue Mountains Line]]",
["color"] = "f4a81c",
["left terminus"] = "Central",
["right terminus"] = "Lithgow",
},
["North Coast"] = {
["title"] = "[[North Coast NSW]]",
["color"] = "df4c1d",
["left terminus"] = {"Grafton", "Casino", "Brisbane"},
["right terminus"] = "Sydney",
},
["North Western"] = {
["title"] = "[[North Western NSW]]",
["color"] = "df4c1d",
["left terminus"] = {"Moree", "Armidale"},
["right terminus"] = "Sydney",
},
["Western"] = {
["title"] = "[[Western NSW]]",
["color"] = "df4c1d",
["left terminus"] = {"Broken Hill", "Dubbo"},
["right terminus"] = "Sydney",
},
},
}
return p