Jump to content

Module:Adjacent stations/Almaty Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 09:37, 6 June 2022 (Created page with '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"] = "Moskva", }, }, ["aliases"] = { ["line 1"] = "1", } } return p'). 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"] = "[[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"] = "Moskva",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
	}
}

return p