انتقل إلى المحتوى

مودول:ب.ص.م/بطاقة/حدث دوري

من ويكيپيديا

يمكن إنشاء صفحة توثيق الوحدة في مودول:ب.ص.م/بطاقة/حدث دوري/شرح

local generic = require( 'وحدة:ب.ص.م/أدوات' )

return 	{
    maincolor = '#A7D4E7',
    parts = {
	    generic.title(),
	    generic.logo(),
            generic.mainimage(),
        {type = 'table' , title ='معلومات عامة', rows = {
		{type = 'row' , label = 'الاسم الأصلي' , value = {'الاسم الأصلي','الاسم بلغته الأصلية'}},
		{type = 'row' , label = 'شعار نصي' , value = {'شعار نصي'}},
			{type = 'row' , label = 'الحالة' , value = {'status'}},
			{type = 'row' , label = 'النوع' , value = {'genre','النوع'}},
			{type = 'row' , label = 'التاريخ' , value = {'date','dates'}},

		{type = 'row' , label = 'الحالة' , value = {'الوضع','الحالة'}},
		{type = 'row' , label = 'تاريخ البداية' , value = {'يبدأ','begins'}},
		{type = 'row' , label = 'تاريخ الانتهاء' , value = {'تاريخ الانتهاء','ينتهي','ends'}},
		{type = 'row' , label = 'التكرر' , value = {'تكرر','التكرر','frequency'}},
		{type = 'row' , label = 'المبنى' , value = {'مبنى'}},

			{type = 'row' , label = 'المكان' , value = {'place','المكان'} , wikidata = {property = 'P131'}},
			{type = 'row' , label = 'موقع' , value = {'location'}},
			{type = 'row' , label = 'الإحداثيات' , value = {'coordinates','الإحداثيات'} , wikidata = {property = 'P625'}},
			{type = 'row' , label = 'البلد' , value = {'البلد'} , wikidata = {property = 'P17'}},

		{type = 'row' , label = 'سنوات النشاط' , value = {'سنوات النشاط', 'years_active'}},
		{type = 'row' , label = 'عدد الفعاليات' , value = {'عدد الفعاليات'}},

		{type = 'row' , label = 'تاريخ التأسيس' , value = {'التأسيس','تاريخ التأسيس', 'established','founded','first'}},
			{type = 'row' , label = 'المؤسسون' , value = {'founders','founder_name', 'المؤسس'}},

			{type = 'row' , label = 'الحدث الحالي' , value = {'last','الأحدث','تاريخ الأحدث'}},
		{type = 'row' , label = 'القادم' , value = {'القادم','تاريخ القادم'}},

		    {type = 'succession', previousparameter ={'prev'} , nextparameter ={'next'} , previousproperty = "P155" , nextproperty = "P156"},

		{type = 'row' , label = 'المشاركون' , value = {'عدد المشاركين', 'participants'}},
			{type = 'row' , label = 'الحضور' , value = {'attendance', 'عدد الحضور'}},

			{type = 'row' , label = 'السعة' , value = {'capacity'}},
			{type = 'row' , label = 'المساحة' , value = {'area','المساحة'}},

		{type = 'row' , label = 'الميزانية' , value = {'الميزانية', 'budget'}},
			{type = 'row' , label = 'الانشطة' , value = {'activity'}},
			{type = 'row' , label = 'القائد' , value = {'leader_name'}},
		{type = 'row' , label = 'مدير' , value = {'مدير'}},
		{type = 'row' , label = 'الأعضاء' , value = {'أعضاء'}},
			{type = 'row' , label = 'الراعي' , value = {'patron','patrons'}},

		{type = 'row' , label = 'الجهة المنظمة' , value = {'المنظم','الجهة المنظمة','organizer','organised'}},
	
	
			{type = 'row' , label = 'Filing status' , value = {'filing'}},
			{type = 'row' , label = 'اشخاص' , value = {'people'}},
			{type = 'row' , label = 'عضو' , value = {'member'}},
			{type = 'row' , label = 'الراعي' , value = {'sponsor','sponsors'}},

			generic.website(),

        }},
       }  -- for parts
	} -- for return