وحدة:بطاقة/قالب/تخصص
المظهر
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة تخصص}}.
local generic = require "وحدة:بطاقة/أدوات"
return {
maincolor = 'lightblue',
wikimod='Wikidata.Ca',
parts =
{
generic.title(),
generic.logo(),
generic.mainimage(),
{type = 'table',
rows = {
{type = 'row', label = 'صنف فرعي من',
value = 'صنف فرعي من',
wikidata = {property = 'P279'}
},
{type = 'row', label = 'جزء من',
value = 'جزء من',
wikidata = {property = 'P361'}
},
{type = 'row', label = 'يمتهنه',
value = 'يمتهنه',
wikidata = {property = 'P3095'}
},
{type = 'row', label = 'فروع',
value = 'فروع',
wikidata = {property = 'P527'}
},
{type = 'row', label = 'الاستعمالات',
value = {'استعمالات','purpose'},
wikidata = {property = 'P366'}
}, -- , plurallabel = 'المجالات'
{type = 'row', label = 'الموضوع',
plurallabel = 'المواضيع',
value = 'موضوع',
wikidata = {property = 'P2578'}
},
{type = 'row', label = 'التاريخ',
value = 'تاريخ',
wikidata = {property = 'P2184', withlink = 'arwiki', numval = '1'}
},
{type = 'row', label = 'المؤسس',
plurallabel = 'المؤسسون',
value = 'مؤسس',
wikidata = {property = 'P112'}
},
{type = 'row', label = 'شخصيات مهمة',
value = 'شخصيات',
wikidata = {property = 'P3342', conjunction='<br />'}
}
}}
}
}