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

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

return 	{
	maincolor = '#80B0E0',
	wikimod = 'Wikidata.Ca',
 	parts =
    	{
		generic.title(),
		generic.logo(),
		generic.mainimage(),
        generic.locationmap(),
		{type = 'table', title = 'معلومات عامة', rows = {

                {type = 'row' , label = 'البلد'
                        , value = {'بلد','country'} 
                        , wikidata = { property='P17' }
                },
                {type = 'row' , label = 'المنطقة'
                        , value = {'منطقة','المنطقة','region'} 
                        , wikidata = { property='P276' }
                },
                {type = 'row' , label = 'القارة'
                        , value = {'قارة','القارة','continent'} 
                        , wikidata = { property='P17 OR P1269' , qualifier='P17/P30 OR P1269/P30', formatting='table', rowformat='$1'}
                },
                {type = 'row' , label = 'فرع من'
                        , value = {'فرع_من','subclass_of'} 
                        , wikidata = { property='P279', conjunction='<br />' }
                },
                {type = 'row' , label = 'الديانات'
                        , value = {'ديانات','religions'}  
                        , wikidata = { property='P3075', conjunction='<br />' }
                },
                {type = 'row' , label = 'اللغات'
                        , value = {'لغات','languages'} 
                        , wikidata = { property='P17 OR P1269' , qualifier='P17/P37 OR P1269/P37 OR P17/P2936 OR P1269/P2936 OR /P37 OR /P2936', formatting='table', rowformat='$1', conjunction='<br />'}
                },
        }},
		{type = 'table', title = 'مقالات ذات علاقة', rows = {
                {type = 'row' , label = 'التاريخ'
                        , value = {'تاريخ','history'} 
                        , wikidata = { property='P17 OR P1269' , qualifier='P17/P2184 OR P1269/P2184', formatting='table', rowformat='$1'}
                },
                {type = 'row' , label = 'الفنون'
                        , value = {'فنون','arts'} 
                        --, wikidata = { property='P', conjunction='<br />' }
                },
                {type = 'row' , label = 'المطبخ'
                        , value = {'مطبخ','cuisine'} 
                        --, wikidata = { property='P', conjunction='<br />' }
                },
                {type = 'row' , label = 'التراث'
                        , value = {'تراث','heritage'} 
                        --, wikidata = { property='P', conjunction='<br />' }
                },
                {type = 'row' , label = 'العمارة'
                        , value = {'عمارة','architecture'} 
                        --, wikidata = { property='P', conjunction='<br />' }
                },

        }},
		{type = 'table', title = 'المراجع', rows = {
                {type = 'row1col'
                        , value = {'مراجع','references'} 
                },
        }}
}}