Jump to content

Module:Adjacent stations/Almaty Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:54, 27 July 2022 (now open). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Almaty Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 (Almaty Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "First Line",
			["color"] = "CC0000",
		},
		["1"] = {
			["left terminus"] = "Raiymbek batyr",
			["right terminus"] = "Bauyrjan Momyshuly",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
	}
}

return p