Module:Adjacent stations/KiwiRail

This is an old revision of this page, as edited by Frietjes (talk | contribs) at 22:10, 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"] = "[[KiwiRail]]",
	["system color"] = "006000",
	["station format"] = {
		"%1 railway station",
		["Frankton"] = "[[Hamilton railway station (New Zealand)|Hamilton (Frankton)]]",
		["Huntly"] = "Huntly railway station, Waikato",
		["Auckland"] = "[[The Strand Station|Auckland Strand]]",
		["Britomart"] = "[[Britomart Transport Centre|Britomart]]"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "006000",
			["title"] = "[[%1 Line]]"
		},
		["Te Huia"] = {
			["title"] = "[[Te Huia]]",
			["left terminus"] = "Papakura",
			["right terminus"] = "Frankton"
		},
		["North Island Main Trunk"] = {
			["color"] = "DDDDDD",
			["title"] = "[[North Island Main Trunk]]",
			["left terminus"] = "Britomart",
			["right terminus"] = "Wellington"
		}
	}
}

return p