Jump to content

Module:Adjacent stations/Auckland One Rail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fork99 (talk | contribs) at 05:17, 11 June 2023 (Change Southern Line terminus from Papakura to Pukekohe, if you look at the new station articles between Papakura and Pukekohe, it can say that the next station to the right is Pukekohe, but towards Papakura which makes no sense). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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]]"},
		["Britomart"] = "[[Britomart Transport Centre|Britomart]]",
		["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"] = "Britomart",
			["right terminus"] = "Manukau",
		},
		["Southern Line"] = {
			["title"] = "[[Southern Line (Auckland)|Southern Line]]",
			["color"] = "ee2e27",
			["left terminus"] = "Britomart",
			["right terminus"] = "Pukekohe",
		},
		["Western Line"] = {
			["title"] = "[[Western Line (Auckland)|Western Line]]",
			["color"] = "97c93d",
			["left terminus"] = "Britomart",
			["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