تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/جائزة
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة جائزة}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#e7d748',
wikimod= 'Wikidata.Ca',
parts = {
generic.title(),
generic.logo(),
{type = 'images', imageparameters = {'وسام'} , captionparameter = {'تعليق وسام'}},
generic.mainimage(),
{type = 'table' , title ='معلومات عامة', rows = {
{type = 'row' , label = 'نوع الجائزة' ,
value = {'نوع','النوع'},
wikidata = {property = 'P279'}},
{
type = 'row',
label = 'جزء من',
value = {'جزء من','part of'},
wikidata = {property = 'P361'}
},
{type = 'row' , label = 'الرياضة' ,
value = {'رياضة','sport','الرياضة'} ,
wikidata = {property = 'P641'}},
{type = 'row' , label = 'منحت لـ',
value = {'وصف','description','الوصف'}},
{type = 'row' , label = 'الراعي',
value = {'راعي','sponsor','الراعي'}},
--{type = 'row' , label = 'تتكون من'},
{type = 'row' , label = 'التاريخ' ,
value = {'تاريخ','date','التاريخ'}},
{type = 'row' , label = 'البلد' ,
value = {'بلد','country','البلد'} ,
wikidata = {property = 'P17'}},
{type = 'row' , label = 'سميت باسم' ,
value = {'سميت'} ,
wikidata = {property = 'P138'}},
{type = 'row' , label = 'مقدمة من' ,
value = {'مانح','المانح','presenter','المقدم'} ,
wikidata = {property = 'P1027'}},
{type = 'row' , label = 'المكان' ,
value = {'مكان','المكان','site','الموقع'} ,
wikidata = {property = 'P276'}},
{type = 'row' , label = 'المضيف' ,
value = {'مضيف','hosts','host','المضيف'} ,
wikidata = {property = 'P371'}},
{type = 'row' , label = 'المنتج',
value = {'منتج','producer','المنتج'}},
{type = 'row' , label = 'المخرج',
value = {'مخرج','المخرج','director'}},
{type = 'row' , label = 'قيمة الجائزة',
value = {'قيمة','reward','القيمة'},
wikidata = {property = 'P2121', formatting = "unitlinked"}},
{type = 'row' , label = 'التذكار الممنوح',
value = {'تذكار','trophy'},
wikidata = {property = 'P4622'}},
{type = 'row' , label = 'آخر فائز',
value = {'آخر فائز'}},
{type = 'row' , label = 'الأكثر فوزا' ,
value = {'الأكثر فوزا','most_wins'}},
{type = 'row' , label = 'الأكثر ترشيحا' ,
value = {'الأكثر ترشيحا'}},
{type = 'row' , label = 'أول جائزة' ,
value = {'السنة','أول جائزة','year'} ,
wikidata = {property = 'P571'}},
{type = 'row' , label = 'آخر جائزة',
value = {'السنة 2','آخر جائزة','year2'}},
{type = 'row' , label = 'العدد الممنوح' ,
value = {'عدد الجوائز'} ,
wikidata = {property = 'P1114'}},
generic.website(),
{type = 'succession',
previousparameter ={'السابق'} , nextparameter ={'اللاحق'} ,
previousproperty = "P155" , nextproperty = "P156"},
}},
{type = 'images', imageparameters = {'صورة شريط الخدمة'}
, defaultcaption = 'صورة شريط الخدمة', wikidata={property = 'P2425'}},
} -- for parts
} -- for return