Jump to content

Module:Adjacent stations/Gautrain: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Create
(No difference)

Revision as of 14:13, 23 February 2019

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