Module:Adjacent stations/Auckland One Rail
(Redirected from Module:Adjacent stations/Transdev Auckland)
This is a data module for Module:Adjacent stations. It supports services operated by Auckland One Rail.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Eastern Line | Eastern Line |
fdb913 |
| |
Southern Line | Southern Line |
ee2e27 |
| |
Western Line | Western Line |
97c93d |
| |
Onehunga Line | Onehunga Line |
00aeef |
| |
Southern Line (Pukekohe Shuttle) | Pukekohe Shuttle |
ee2e27 |
|
local a = "%1 railway station, Auckland"
local n = "%1 railway station, New Zealand"
local p = {
["system title"] = "[[Auckland Transport]]<br><small>([[Auckland One Rail]])</small>",
["station format"] = {
"%1 railway station",
["Pukekohe or Manukau"] = {"[[Pukekohe railway station|Pukekohe]]", "[[Manukau railway station|Manukau]]"},
["Waitematā"] = "[[Waitematā railway station|Waitematā]]",
["Beach"] = "%1 railway station (New Zealand)",
["Avondale"] = a,
["Grafton"] = a,
["Kingsland"] = a,
["Meadowbank"] = a,
["Morningside"] = a,
["Newmarket"] = a,
["Panmure"] = a,
["Penrose"] = a,
["Westbrook"] = a,
["Christchurch"] = n,
["Gisborne"] = n,
["Hadfield"] = n,
["Hamilton"] = n,
["Hastings"] = n,
["Napier"] = n,
["Overton"] = n,
["Richmond"] = n,
["Woolston"] = n,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line]]",
["color"] = "003366"
},
["Eastern Line"] = {
["title"] = "[[Eastern Line (Auckland)|Eastern Line]]",
["color"] = "fdb913",
["left terminus"] = "Waitematā",
["right terminus"] = "Manukau",
},
["Southern Line"] = {
["title"] = "[[Southern Line (Auckland)|Southern Line]]",
["color"] = "ee2e27",
["left terminus"] = "Waitematā",
["right terminus"] = "Pukekohe",
},
["Western Line"] = {
["title"] = "[[Western Line (Auckland)|Western Line]]",
["color"] = "97c93d",
["left terminus"] = "Waitematā",
["right terminus"] = "Swanson",
},
["Onehunga Line"] = {
["title"] = "[[Onehunga Line]]",
["color"] = "00aeef",
["left terminus"] = "Newmarket",
["right terminus"] = "Onehunga",
},
["Pukekohe Shuttle"] = {
["title"] = "[[Southern Line (Auckland)|Southern Line<br /><small>(Pukekohe Shuttle)</small>]]",
["color"] = "ee2e27",
["left terminus"] = "Papakura",
["right terminus"] = "Pukekohe",
},
}
}
return p