پودمان:Adjacent stations/Rome Metro

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
local p = {
	["system title"] = "[[متروی رم]]",
	["system icon"] = " ",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
	["station format"] = {
		"%1 (متروی رم)",
		["Barberini"] = "باربرینی – فواره تروی (متروی رم)",
		["Flaminio"] = "فلامینیو – میدان پوپولو (متروی رم)",
		["Manzoni"] = "مانزونی – موزه لیبراسیون (متروی رم)",
		["Ottaviano"] = "اکتاویوس – سن پیترو – موزه‌های واتیکان (متروی رم)",
		["Repubblica"] = "ریپابلیکا – خانه اپرا (متروی رم)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[خط %1 (متروی رم)|خط %1]]",
			["color"] = "840A2C",
			["icon"] = "[[پرونده:Metropolitana di Roma - logo linea %1.svg|x16px|alt=]]",
		},
		["آ"] = {
			["color"] = "E56633",
			["left terminus"] = "باتیستینی",
			["right terminus"] = "آناگنینا",
		},
		["بی"] = {
			["color"] = "0972B4",
			["left terminus"] = "لورنتینا",
			["right terminus"] = {"ربیبیا", "یونیو"},
			["types"] = {
				["R"] = {
					["title"] = "",
					["right terminus"] = "ربیبیا",
				},
				["J"] = {
					["title"] = "",
					["right terminus"] = "یونیو",
				}
			}
		},
		["سی"] = {
			["color"] = "008751",
			["left terminus"] = "سنت جووانی",
			["right terminus"] = "مونته کومپاتری-پانتانو",
		}
	},
	["aliases"] = {
		["a"] = "آ",
		["A"] = "آ",
		["ای"] = "آ",
		["b"] = "بی",
		["ب"] = "بی",
		["B"] = "بی",
		["c"] = "سی",
		["C"] = "سی",
		["line a"] = "آ",
		["line A"] = "آ",
		["خط آ"] = "آ",
		["خط ای"] = "آ",
		["line b"] = "بی",
		["line B"] = "بی",
		["خط ب"] = "بی",
		["خط بی"] = "بی",
		["line c"] = "سی",
		["line C"] = "سی",
		["خط سی"] = "سی",
	}
}

return p