تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/لعبة
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة لعبة}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#A7D4E7',
wikimod = 'Wikidata.Ca',
parts = {
generic.title({icon='jeu'}),-- Title
{type = 'subtitle'
, value = {'العنوان الأصلي','title_orig'}
, wikidata= {property = 'P1476'
, conjunction = "<br />", separator = "<br />"
, formatting = '$text {{لغة وصلة|$language}}'}
, list='notlang'},
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