وحدة:بطاقة/قالب/مهنة

local generic = require "وحدة:بطاقة/أدوات"

return {
	description ="قالب يجمع كل المعلومات حول مهنة بصفة مختصرة",
    maincolor = '#848482',
	wikimod = 'Wikidata.Ca',

 	parts =
    {
        generic.title(),
        generic.mainimage(),
        {type = 'table', 
            rows = 	{
            {
                type = 'row', 
                label = 'التسمية', 
                plurallabel = 'التسميات',
                value = 'الاسم الرسمي',
                --wikidata = {property = 'P'},
                metadata = {
                     description = "التسميات المتداولة",
                     option = "", -- required / suggested / deprecated = true or false
                     type = "", -- number/boolean/date/url/wiki-file-name
               }
            },
            {
                type = 'row', 
                label = 'التسمية للأنثى',  
                value = 'تسمية الإناث',
                wikidata={property = 'P2521', list='lang'},
                metadata = {
                     description = "الأنثى التي تشغل هذه المهنة تسمى",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'فرع من',
                value = 'فرع من', 
                wikidata = {
					property = 'P279',conjunction='<br />', 
					formatting='table', rowformat='$0$R0', blacklist0='Q28640,Q12737077'
				},
                metadata = {
                     description = "متفرعة من",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'النوع', 
                value = 'نوع',
                wikidata = {property = 'P31',conjunction='<br />', formatting='table', rowformat='$0$R0', blacklist0='Q28640,Q12737077'},
                metadata = {
                     description = "نوع المهنة",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                
                label = 'المهمة', 
                value = {'مهمة','mission'},
                wikidata = {property = 'P366'},
                metadata = {
                     description ="نوعية المهام المطلوبة",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'المجال', 
                value = {'نشاط_قطاع','نشاط قطاع','المجال'},
                wikidata = {property = 'P425',conjunction='<br />'},
                metadata = {
                     description = "مجال النشاط",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'الكفاءات', 
                value = 'كفاءات',
                --wikidata = {property = 'P'},
                metadata = {
                     description = "الكفاءات المطلوبة",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'التكوين', 
                value = 'تكوين',
                --wikidata = {property = 'P'},
                metadata = {
                     description = "نوعية ودرجة التكوين",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'حقل التوظيف', 
                value = {'حقل التوظيف','توظيف_حقل'},
                --wikidata = {property = 'P'},
                metadata = {
                     description = "نوع الهيئات والشركات التي توظف",
                     option = "", 
                     type = "", 
               }
			},
            {
                type = 'row', 
                label = 'المهن المتعلقة', 
                value ={ 'تعلق مهنة','تعلق_مهنة','مهن متعلقة'},
                --wikidata = {property = 'P'},
                metadata = {
                     description ="مهن متعلقة بهذه المهنة",
                     option = "", 
                     type = "", 
               }
			
            },
            {
                type = 'row', 
                label = 'معدل الراتب', 
                value ={ 'معدل الراتب','معدل راتب','معدل_راتب'},
                wikidata = {
					property = 'P3618',formatting="table",
					rowformat= "*$1 $0$R0 $2", 
					qualifier1="P3005", rowsubformat1 = "$1 : ",
					qualifier2="P452", rowsubformat2 = "<small><br />في $2 </small>",
					colformat0="unit", showDate="true"},
                metadata = {
                     description ="معدل المرتبات الفئة",
                     option = "", 
                     type = "", 
               }
            },
            {
                type = 'row', 
                label = 'ساعات العمل', 
                value = 'ساعات العمل',
                --wikidata = {property = 'P'},
                metadata = {
                     description ="عدد ساعات العمل",
                     option = "", 
                     type = "", 
               }
            },
            {
                type = 'row', 
                label = 'المخاطر', 
                value = 'مخاطر',
                --wikidata = {property = 'P'},,
                metadata = {
                     description = "",
                     option = "", 
                     type = "", 
               }
            },
        }},
	}
}