Module:Adjacent stations/Auckland One Rail
Appearance
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 |
ffbb05 |
| |
Southern Line | Southern Line |
CE0808 |
| |
Western Line | Western Line |
33cc00 |
| |
Onehunga Line | Onehunga Line |
00BFFF |
| |
Southern Line (Pukekohe Shuttle) | Pukekohe Shuttle |
CE0808 |
|
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]]"},
["Britomart"] = "[[Britomart Transport Centre|Britomart]]"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line]]",
["color"] = "003366"
},
["Eastern Line"] = {
["title"] = "[[Eastern Line (Auckland)|Eastern Line]]",
["color"] = "ffbb05",
["left terminus"] = "Britomart",
["right terminus"] = "Manukau",
},
["Southern Line"] = {
["title"] = "[[Southern Line (Auckland)|Southern Line]]",
["color"] = "CE0808",
["left terminus"] = "Britomart",
["right terminus"] = "Papakura",
},
["Western Line"] = {
["title"] = "[[Western Line (Auckland)|Western Line]]",
["color"] = "33cc00",
["left terminus"] = "Britomart",
["right terminus"] = "Swanson",
},
["Onehunga Line"] = {
["title"] = "[[Onehunga Line]]",
["color"] = "00BFFF",
["left terminus"] = "Britomart",
["right terminus"] = "Onehunga",
},
["Pukekohe Shuttle"] = {
["title"] = "[[Southern Line (Auckland)|Southern Line<br /><small>(Pukekohe Shuttle)</small>]]",
["color"] = "CE0808",
["left terminus"] = "Papakura",
["right terminus"] = "Pukekohe",
},
}
}
return p