وحدة:بطاقة/قالب/لعبة

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

-- Credits:
-- Developer : وهراني @arwiki (وحدة:بطاقة/قالب/لعبة)
-- Version: 20240413

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

return  {
    maincolor = '#A7D4E7',
	wikimod = 'Wikidata.Ca',
    parts = {
		generic.title({icon='jeu'}),-- Title
		generic.native_name(),
		generic.mainimage(),
		
		{type='table', title = 'معلومات عامة', rows = {
			{type = 'row' , label = 'أسماء أخرى' , 
                value = {'اسم آخر'}
            },
            {type = 'row' , label = 'النوع' , 
                    value = {'genre','نوع'}, property = 'P279 OR P31'
            },
            {type = 'row' , label = 'مصمم اللعبة' , 
                    value = {'designer','مصمم'}, property = 'P170 OR P50 OR P287 OR P178'
            },
            {type = 'row' , label = 'مخترع' , 
                    value = {'مخترع','inventor'}
				, property = 'P61'
            },
            {type = 'row' , label = 'المزين' , 
                    value = {'illustrator','مزين'}, property = 'P110'
            },
            {type = 'row' , label = 'الناشر' , 
                    value = {'publisher','ناشر'}, property = 'P123'
            },
            {type = 'row' , label = 'تاريخ النشر' , 
                    value = {'date','تاريخ'}, property = 'P571 OR P580'
            },
            {type = 'row' , label = 'المصنع' , 
                    value = {'manufacturer','مصنع'}, property = 'P176'
            },
            {type = 'row' , label = 'اللغة' , 
                    value = {'لغة'}, property = 'P364 OR P407'
            },
			{type = 'row', label = 'البلد'
				, value = {'البلد','country'}
				, property = 'P495 OR P131 OR P17'},

            {type = 'row' , label = 'مبني على', 
                        value = {'مبني على','based on'}, property = 'P144'
            },
            {type = 'row' , label = 'عدد اللاعبين' , 
                    value = {'players','لاعبون'}, property = 'P1132'
            },
            {type = 'row' , label = 'الفئة العمرية' , 
                    value = {'ages','years','عمر'}
            },
            {type = 'row' , label = 'مدة ترتيب اللعبة' , 
                    value = {'setup_time','مدة الترتيب'}
            },
            {type = 'row' , label = 'مدة اللعب' , 
                    value = {'playing_time','مدة اللعب'}, wikidata= { property = 'P2047',formatting='unitcode'}
            },
            {type = 'row' , label = 'دور الحظ' , 
                    value = {'random_chance','حظ'}
            },
            {type = 'row' , label = 'دور المهارة' , 
                    value = {'skills','مهارة'}
            },
            generic.website(),        
        }},
}  -- for parts
} -- for return