Jump to content

Module:Adjacent stations/Yerevan Metro: Difference between revisions

From Humanipedia
hp>AJP426
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by Yerevan Metro.

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc


local p = {
	["system title"] = "[[Yerevan Metro]]",
	["system icon"] = "[[File:Yerevan Metro.svg|20px|link=Yerevan Metro]]",
	["station format"] = {
		"%1 (Yerevan Metro)",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Yerevan Metro|Karen Demirchyan Yerevan Subway]]",
			["color"] = "000080",
			["left terminus"] = "Barekamutyun",
			["right terminus"] = {"Charbakh", "Garegin Nzhdeh Square"},
			["types"] = {
				["Charbakh"] = {
					["title"] = "",
					["left terminus"] = "Barekamutyun",
					["right terminus"] = "Charbakh",
				},
				["Garegin Nzhdeh Square"] = {
					["title"] = "",
					["left terminus"] = "Barekamutyun",
					["right terminus"] = "Garegin Nzhdeh Square",
				},
			},
		},
	},
}

return p