This is a data module for Module:Adjacent stations. It supports services operated by Great Journeys New Zealand.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Capital Connection | Capital Connection |
66bbff |
| |
Northern Explorer | Northern Explorer |
588527 |
| |
TranzAlpine | TranzAlpine |
7fa8ad |
| |
Coastal Pacific | Coastal Pacific |
0092b0 |
| |
The Overlander (closed) | The Overlander |
003366 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "[[Great Journeys New Zealand]]",
["system color"] = "003366",
["name format"] = "",
["station format"] = {
["Auckland"] = "[[The Strand Station|Auckland Strand]]",
["Ōtaki"] = "Ōtaki railway station (New Zealand)",
["Otaki"] = "[[Ōtaki railway station (New Zealand)|Ōtaki]]",
["Christchurch"] = "Christchurch railway station, New Zealand",
["Hamilton"] = "Hamilton railway station (New Zealand)",
["National Park"] = "National Park railway station, Manawatū-Whanganui",
["Kaikōura"] = "Kaikōura",
["Moana"] = "Moana, New Zealand",
["Rolleston"] = "Rolleston, New Zealand",
["Darfield"] = "Darfield, New Zealand",
["Springfield"] = "Springfield, New Zealand",
["Arthur's Pass"] = "Arthur's Pass",
["Picton"] = "Picton, New Zealand",
["Blenheim"] = "Blenheim, New Zealand",
["Rangiora"] = "Rangiora",
"%1 railway station"
},
["lines"] = {
["Capital Connection"] = {
["title"] = "[[Capital Connection]]",
["color"] = "66bbff",
["left terminus"] = "Palmerston North",
["right terminus"] = "Wellington"
},
["Northern Explorer"] = {
["title"] = "[[Northern Explorer]]",
["color"] = "588527",
["left terminus"] = "Auckland",
["right terminus"] = "Wellington"
},
["TranzAlpine"] = {
["title"] = "[[TranzAlpine]]",
["color"] = "7fa8ad",
["left terminus"] = "Christchurch",
["right terminus"] = "Greymouth"
},
["Coastal Pacific"] = {
["title"] = "[[Coastal Pacific]]",
["color"] = "0092b0",
["left terminus"] = "Christchurch",
["right terminus"] = "Picton"
},
["The Overlander"] = {
["title"] = "[[Overlander (train)|The Overlander]] (closed)",
["color"] = "003366",
["left terminus"] = "Wellington",
["right terminus"] = "Auckland"
}
}
}
return p