Module:Adjacent stations/Minsk Metro

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Minsk Metro]]",
	["system icon"] = "[[File:Minsk Metro sign logo.png|22px|link=Minsk Metro]]",
	["system color"] = "993333",
	["name format"] = {
		"font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#000; border-bottom: 10px solid #000;",
		["1"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#000; border-bottom: 10px solid #167ABC;",
		["2"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#000; border-bottom: 10px solid #DA1E4C;",
		["3"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#000; border-bottom: 10px solid #168E44;",
		["4"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#000; border-bottom: 10px solid #7B4894;",
	
	},
	["station format"] = {
		"%1 (Minsk Metro)",
		["Barysaŭski trakt"] = "%1",
		["Kamyennaya Horka"] = "%1",
		["Spartywnaya"] = "%1",
		["Uschod"] = "%1",
	},
	["lines"] = {
		["1"] = {
			["icon"] = "[[File:Minsk Metro First Line logo.svg|15px|link=Maskowskaya line]]",
			["title"] = "[[Maskoŭskaja line]]",
			["color"] = "167ABC",
			["left terminus"] = "Uručča",
			["right terminus"] = "Malinawka",
		},
		["2"] = {
			["icon"] = "[[File:Minsk Metro Second Line logo.svg|15px|link=Awtazavodskaya line]]",
			["title"] = "[[Awtazavodskaya line]]",
			["color"] = "DA1E4C",
			["left terminus"] = "Kamyennaya Horka",
			["right terminus"] = "Mahilyowskaya",
		},
		["3"] = {
			["icon"] = "[[File:Minsk Metro Third Line logo.svg|15px|link=Zelenaluzhskaya line]]",
			["title"] = "[[Zelenaluzhskaya line]]",
			["color"] = "168E44",
			["left terminus"] = "Jubiliejnaja plošča",
			["right terminus"] = "Kavaĺskaja Slabada",
		},
		["4"] = {
			["icon"] = "[[File:Minsk Metro Fourth Line logo.svg|15px|link=Ring line (Minsk)]]",
			["title"] = "[[Ring line (Minsk)]]",
			["color"] = "7B4984",
			["left terminus"] = "Tivali",
			["right terminus"] = "Tuchinka",
		},
	},
	["aliases"] = {
		["maskowskaya"] = "1",
		["awtazavodskaya"] = "2",
		["zelenaluzhskaya"] = "3",
		["ring"] = "4",
	}
}

return p