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:13, 23 February 2019 (Create). 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 = {
	["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"
		}
	}
}

return p