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 Frietjes (talk | contribs) at 22:11, 6 May 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Auckland Transport]] ([[Auckland One Rail]])",
	["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