وحدة:بطاقة/قالب/تقسيم إداري

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

return 	{
    maincolor = '#CEDEFF' -- اللون المستعمل لعنوان البطاقة
    ,wikimod = 'Wikidata.Ca'
    ,parts = { -- محتويات البطاقة
	generic.title(),
    {type = 'subtitle', 
            value = {'الاسم الأصلي','اسم اصلي'},
            wikidata= {property = 'P1559 OR P1476 OR P1448 OR P1705'
                ,list = 'notlang', conjunction = "<br />"
                ,listrank='bestrank' ,formatting = '$text {{Language icon|NoCat=y|$language}}'}
    },
	generic.logo(),
	generic.mainimage(),
	generic.locationmap(),

	{type = 'table' , title ='معلومات عامة' ,rows = {
        {type = "row", label ='أسماء أخرى'
            , value = {'أسماء_أخرى','other_name','alt_name'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'نوع التقسيم'
            , value = {'category'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'الدولة'
            , value = {'بلد','دولة','territory'}
            , wikidata = {property='P17'}
        },
        {type = 'row' 
            , label = 'تسمية الرئيس'
            , value = {'رئيس','head'}
            , wikidata = {property='P1313'}
        },
        {type = 'row' 
            , label = 'الهيئة التشريعية'
            , value = {'تشريع','legislative'}
            , wikidata = {property='P194'}
        },
        {type = 'row' 
            , label = 'انشأ&nbsp; في'
            , value = {'upper_unit'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'أنشاء &nbsp;بواسطة'
            , value = {'legislation_begin'}
            , wikidata = {property='P580'}
        },
        {type = 'row' 
            , label = 'الإنشاء'
            , value = {'إنشاء','start_date'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'إلغاء'
            , value = {'إلغاء','legislation_end'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'ألغيت'
            , value = {'ألغيت','end_date'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'العدد'
            , value = {'عدد','current_number'}
            , wikidata = {property='P1114', listrank='bestrank'}
        },
        {type = 'row' 
            , label = 'الأنواع المحتملة'
            , value = {'type'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'Possible&nbsp;status'
            , value = {'status'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'Additional&nbsp;status'
            , value = {'exofficio'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'السكان'
            , value = {'population_range'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'المناطق'
            , value = {'area_range'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'الكثافة السكانية'
            , value = {'كثافة','density_range'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'الحكومة'
            , value = {'حكومة','government'}
            --, wikidata = {property='P'}
        },
        {type = 'row' 
            , label = 'التقسيم الأقل'
            , value = {'subdivision'}
            , wikidata = {property='P527', conjunction='<br />'}
        },
	}}
 }
}