تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/وسيط تخزين
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة وسيط تخزين}}.
local general = require( 'وحدة:بطاقة/أدوات' )
return
{
maincolor = "D5D9ED",
--secondcolor = "5CF8F0",
parts =
{
general.title(),
general.logo(),
general.mainimage(),
{type = "table", title = "معلومات عامة", rows = {
{type = "row", label = "النوع"
, value = {'نوع','type'}
, property = 'P279'
},
{type = 'row' , label = 'المخترع'
, value = {'مخترع','inventor'}
, property = 'P61'
},
{type = "row", label = "المطور"
, value = {'مالك','owner'}
, property = 'P178'
},
{type = "row", label = "الاستخدام"
, value = {'استخدام','use'}
--, property = ''
},
{type = "row", label = "موسع من"
, value = {'موسع من','extended from'}
--, property = ''
},
{type = "row", label = "موسع إلى"
, value = {'موسع إلى','extended to'}
--, property = ''
},
{type = "row", label = "تاريخ الصدور"
, value = {'صدر','released'}
, wikidata= {property = 'P577',qual1='P291', conjtype = "*"}
},
{type = "row", label = "تاريخ التوقف"
, value = {'توقف','discontinued'}
, property = 'P2669'
}
,general.website(),
}},
{type = "table", title = "معلومات تقنية", rows = {
{type = "row", label = "[[معايير دولية|المعايير الدولية]]"
, value = {'معايير','standard'}
, property = 'P1462'
},
general.dimensions(),
{type = "row", label = "الوزن"
, value = {'وزن','weight'}
, property = 'P2067'
},
{type = "row", label = "الترميز"
, value = {'ترميز','encoding'}
--, property = ''
},
{type = "row", label = "المساحة"
, value = {'مساحة','capacity'}
--, property = ''
},
{type = "row", label = "حجم الكتلة"
, value = {'حجم الكتلة','blocksize'}
--, property = ''
},
{type = "row", label = "آلية القراءة"
, value = {'قراءة','read'}
--, property = ''
},
{type = "row", label = "آلية الكتابة"
, value = {'كتابة','write'}
--, property = ''
},
},
},
{type = 'navbox'
, previousparameter = {"سبقه","سابق","سابقه",'predecessor'}, previousproperty = "P155"
, nextparameter = {"تبعه","لاحق","تاليه",'successor'}, nextproperty = "P156"
},
}
}