Module:Adjacent stations/Transdev Wellington

This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:43, 7 February 2022 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Transdev Wellington", ["system color"] = "003366", ["name format"] = "", ["station format"] = { ["Auckland"] = "Auckland Strand", "%1 railway station" }, ["lines"] = { ["Johnsonville Line"] = { ["title"] = "Johnsonville Line", ["color"] = "6699CC", ["left terminus"] = "Johnsonville", ["right terminus"] = "Wellington", }, ["Mel...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Transdev Wellington]]",
	["system color"] = "003366",
	["name format"] = "",
	["station format"] = {
		["Auckland"]  = "[[The Strand Station|Auckland Strand]]",
		"%1 railway station"
	},
	["lines"] = {
		["Johnsonville Line"] = {
			["title"] = "[[Johnsonville Branch|Johnsonville Line]]",
			["color"] = "6699CC",
			["left terminus"] = "Johnsonville",
			["right terminus"] = "Wellington",
		},
		["Melling Line"] = {
			["title"] = "[[Melling Branch|Melling Line]]",
			["color"] = "FF6600",
			["left terminus"] = "Melling",
			["right terminus"] = "Wellington",
		},
		["Hutt Valley Line"] = {
			["title"] = "[[Hutt Valley Line]]",
			["color"] = "CE0808",
			["left terminus"] = "Upper Hutt",
			["right terminus"] = "Wellington",
		},
		["Kapiti Line"] = {
			["title"] = "[[Kapiti Line]]",
			["color"] = "33CC00",
			["left terminus"] = "Waikanae",
			["right terminus"] = "Wellington",
		},
		["Wairarapa Line"] = {
			["title"] = "[[Wairarapa Connection]]",
			["color"] = "FFCC00",
			["left terminus"] = "Masterton",
			["right terminus"] = "Wellington",
		},
	}
}

return p