Module:Adjacent stations/Sydney Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Sydney Metro.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | M1 |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | M2 |
000000 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | M3 |
000000 |
|
- The Metro North West & Bankstown Line is being extended to Bankstown railway station in Sydney's south west with a planned opening date of 2025.
- Sydney Metro Western Sydney Airport and Sydney Metro West are still in the construction stage, with some details unknown and/or insufficient information currently available for them to be included here. Some stations may change their planning names to their final names closer to when the respective line opens. In addition, these are the associated construction project names; no line service names have been finalised. This also means that the M2 and M3 designators are not officially confirmed either.
local sydney = "%1 railway station, Sydney"
local p = {
["lang"] = "en-US",
["system title"] = "[[File:TfNSW T.png|17px|link=Sydney Metro]] [[Sydney Metro]]",
["system color"] = "000000",
["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color:#04959e; padding: 0.5em 0 0.5em 0;",
["station format"] = {
["Epping"] = sydney,
"%1 railway station",
},
["lines"] = {
["M"] = {
["title"] = "[[File:TfNSW T1.svg|15px|link=Metro North West Line]] [[Metro North Line]]",
["color"] = "04959e",
["left terminus"] = {"Tallawong"},
["right terminus"] = "Chatswood",
},
},
}
return p