Jump to content

Module:Adjacent stations/Gautrain

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Htonl (talk | contribs) at 14:17, 23 February 2019 (add aliases). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Gautrain]]",
	["station format"] = {
		"%1 (Gautrain station)"
	},
	["system color"] = "B8860B",
	["lines"] = {
		["_default"] = {
			["color"] = "B8860B"
		},
		["NS"] = {
			["title"] = "North–South Line",
			["left terminus"] = "Park Station",
			["right terminus"] = "Hatfield"
		},
		["EW"] = {
			["title"] = "East–West Line",
			["left terminus"] = "Sandton",
			["right terminus"] = "OR Tambo"
		}
	},
	["aliases"] = {
		["Airport"] = "EW",
		["North-South"] = "NS"
	}
}

return p