وحدة:بطاقة/قالب/تخصص: الفرق بين النسختين

من ويكيبيديا، الموسوعة الحرة
[نسخة منشورة][نسخة منشورة]
تم حذف المحتوى تمت إضافة المحتوى
ط نقل وهراني صفحة وحدة:ب.ص.م/بطاقة/تخصص إلى وحدة:بطاقة/قالب/تخصص دون ترك تحويلة
لا ملخص تعديل
سطر 1: سطر 1:
local generic = require "وحدة:ب.ص.م/أدوات"
local generic = require "وحدة:بطاقة/أدوات"

--local wd = require "Module:Wikidata/fr"
return {
return {
maincolor = '#F2F2F2',
maincolor = '#F2F2F2',

نسخة 14:39، 26 فبراير 2021

local generic = require "وحدة:بطاقة/أدوات"

return 	{
	maincolor = '#F2F2F2',
 	parts =
    	{
        generic.title(),
		generic.logo(),
		generic.mainimage(), 
        {type = 'table', 
	   rows = {
			{type = 'row', label = 'صنف فرعي من', value = 'صنف فرعي من', property = 'P279'},
			{type = 'row', label = 'جزء من', value = 'جزء من', property = 'P361'},
			{type = 'row', label = 'يمتهنه', value = 'يمتهنه', property = 'P3095'},
			{type = 'row', label = 'فروع', value = 'فروع', property = 'P527'}, -- , plurallabel = 'المجالات'
			{type = 'row', label = 'الموضوع', plurallabel = 'المواضيع', value = 'موضوع', property = 'P2578'},
			{type = 'row', label = 'التاريخ', value = 'تاريخ', wikidata = {property = 'P2184', withlink = 'arwiki', numval = '1'},
			{type = 'row', label = 'المؤسس', plurallabel = 'المؤسسون', value = 'مؤسس', property = 'P112'}}
           }
        }
        }
}