وحدة:بطاقة/قالب/حركة فنية

من ويكيبيديا، الموسوعة الحرة

local general =  require( 'وحدة:بطاقة/أدوات' )

return 
	{
	maincolor = "#ABD2D0",
	wikimod = 'Wikidata.Ca',
	parts = {
		general.title(),
		general.logo(),
		general.mainimage(),
		{type = "table", title = "معلومات عامة", rows = {
			
			{type = "row", label = "الثقافة"
				, value = {'ثقافة','culture'}
				, wikidata = {property = 'P2596' }
			},
			{type = "row", label = "أحد أوجه"
				, value = {'وجه','facet_of'}
				, wikidata = {property = 'P1269' }
			},
			{type = "row", label = "نسبة التسمية"
				, value = {'تسمية','named_after'}
				, wikidata = {property = 'P138' }
			},
			{type = "row", label = "مجال التخصص"
				, value = {'مجال','field'}
				, wikidata = {property = 'P101' }
			},
			{type = "row", label = "الفترة الزمنية"
				, value = {'فترة','era','yearsactive'}
	            , wikidata = {property = 'P2348' }
			},
			{type = "row", label = "البداية"
				, value = {'بداية','start'}
	            , wikidata = {property = 'P580 OR P571 OR P575' }
			},
			{type = "row", label = "النهاية"
				, value = {'نهاية','end'}
	            , wikidata = {property = 'P582' }
			},
			{type = "row", label = "البلد"
				, value = {'بلد','country','الدولة'}
				, wikidata = {property = 'P17' }
			},
			{type = "row", label = "المنطقة"
				, value = {'منطقة','location'}
				, wikidata = {property = 'P276' }
			},
			{type = "row", label = "المؤسس"
				, value = {'مؤسس','inventor','founder'}
	            , wikidata = {property = 'P61 OR P112' }
			},
			{type = "row", label = "أعضاء مهمون"
				, value = {"أعضاء",'majorfigures'}
	            --, wikidata = {property = 'P' }
			},
			{type = "row", label = "أعمال بارزة"
				, value = {"أعمال_بارزة",'notable_works'}
	            , wikidata = {property = 'P800' , conjunction="<br />" }
			},
			{type = "row", label = "أعمال في مجموعات"
				, value = {"أعمال_في_مجموعات",'works_in_collection'}
	            , wikidata = {property = 'P6379' , conjunction="<br />" }
			},
	}},
	{type = "table", title = "التأثيرات", rows = {
			{type = "row", label = "فرع من"
				, value = {'فرع_من'}
				, wikidata = {property = 'P361 OR P279' }
			},
			{type = "row", label = "تفرع عنها"
				, value = {'فروع'}
				, wikidata = {property = 'P527' }
			},
			{type = "row", label = "تأثرت بـ"
				, value = {"تأثرات",'influences'}
	            , wikidata = {property = 'P737 OR P941' }
			},
			{type = "row", label = "أثرت على"
				, value = {"تأثيرات",'influenced'}
	            --, wikidata = {property = 'P' }
			},
	}},
	{type = 'navbox'
			,previousparameter = {"سبقها","سابقا","predecessor"}, previousproperty = "P155"
			,nextparameter = {"يليها","لاحقا","successor"},	nextproperty = "P156"
		}
}}