Jump to content

Module:Adjacent stations/Yekaterinburg Metro

From Humanipedia

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

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


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