Module:Adjacent stations/Kazan Metro

< Module:Adjacent stations
Revision as of 12:26, 28 August 2022 by imported>WOSlinker
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Kazan Metro]]",
	["system icon"] = "[[File:Kazan-metro-Logo.svg|20px]]",
	["system color"] = "",
	["station format"] = {
		"%1 (Kazan Metro)",
		["Ploshchad Tukaya"] = "[[Ploshchad Tukaya]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "First Line",
			["color"] = "CC0000",
		},
		["1"] = {
			["left terminus"] = "Aviastroitelnaya",
			["right terminus"] = "Dubravnaya",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
	}
}

return p