تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/مستند هوية
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة مستند هوية}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#80B0E0',
parts = {
generic.title({icon='book'}),-- Title
generic.logo(),
generic.mainimage(),
{type = 'images', imageparameters = {'image2','صورة2'}, captionparameter = {'تعليق2','image_caption2'},},
{type='table', title = 'معلومات عامة', rows = {
{type = 'row' , label = 'نوع المستند' ,
value = {'type','document_type','نوع'}
, wikidata= {property = 'P279'}
},
{type = 'row' , label = 'البلد' ,
value = {'country','بلد'}
, wikidata= {property = 'P17'}
},
{type = 'row' , label = 'الغرض' ,
value = {'purpose','غرض'}
},
{type = 'row' , label = 'تاريخ الإصدار' ,
value = {'first_issued','date_first_issued','تاريخ الإصدار'}
},
{type = 'row' , label = 'صادر عن' ,
value = {'issued_by','using_jurisdiction','صادر عن'}
},
{type = 'row' , label = 'صالح في'
, value = {'valid','valid_jurisdictions','صالح في'}
, wikidata= {property = 'P1001'}
},
{type = 'row' , label = 'متطلبات الاستحقاق' ,
value = {'eligibility','متطلبات'}
},
{type = 'row' , label = 'الانتهاء' ,
value = {'expiration','انتهاء'}
},
{type = 'row' , label = 'التكلفة' ,
value = {'cost','تكلفة'}
},
{type = 'row' , label = 'الحجم' ,
value = {'size','حجم'}
}
}},
} -- for parts
} -- for return