From Wikipedia, the free encyclopedia


local p = {

	"system title" = "[[Yekaterinburg Metro]]",

	"station format" = {

		"%1 (Yekaterinburg Metro)",

		"Botanicheskaya" = "%1",

		"Geologicheskaya" = "%1",

		"Mashinostroiteley" = "%1",

		"Ploshchad 1905 Goda" = "%1",

		"Prospekt Kosmonavtov" = "%1",

	},

	"lines" = {

		"_default" = {

			"title" = "[[Yekaterinburg Metro|First Line]]",

			"color" = "009900",

		},

		"1" = {

			"left terminus" = "Prospekt Kosmonavtov",

			"right terminus" = "Botanicheskaya",

		},

	},

	"aliases" = {

		"first line" = "1",

		"line 1" = "1",

	}

}



return p