ماڈیول:Adjacent stations/Rome Metro

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
local p = {
	["system title"] = "[[روم میٹرو]]",
	["system icon"] = "[[File:Logo Metropolitane Italia.svg|18px|link=روم میٹرو|alt=The Logo of Metro Systems used throughout Italy.]]",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
	["station format"] = {
		"%1 (روم میٹرو)",
		["باربیرینی"] = "باربیرینی - فونتانا دی تریوی (روم میٹرو)",
		["فلامینیو"] = "فلامینیو - پیاتزا دل پوپولو (روم میٹرو)",
		["مانزونی"] = "مانزونی - موسیو دیلا لیبراتسیونے (روم میٹرو)",
		["اوتاویانو"] = "اوتاویانو - سان پیئترو - موزئی واتیکانی (روم میٹرو)",
		["ریپوبلیکا"] = "ریپوبلیکا - تیاترو دیل اوپیرا (روم میٹرو)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[لائن %1 (روم میٹرو)|لائن %1]]",
			["color"] = "840A2C",
			["icon"] = "[[File: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"] = "اے",
		["b"] = "بی",
		["c"] = "سی",
		["line a"] = "اے",
		["line b"] = "بی",
		["line c"] = "سی",
	}
}

return p