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"] = "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"] = "Newmarket",
			["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