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

من ويكيبيديا، الموسوعة الحرة
[نسخة منشورة][نسخة منشورة]
تم حذف المحتوى تمت إضافة المحتوى
أنشأ الصفحة ب'local generic = require "وحدة:ب.ص.م/أدوات" --local wd = require "Module:Wikidata/fr" return { maincolor = '#F2F2F2', parts = { generic.title...'
 
ط مستخدم:وهراني هذه الخاصية تدل على أجزاء هذا التخصص مثل علم الإنسان يتكون من علم العظام والعكس صحيح علم العظام جزء من علم الإنسان
سطر 13: سطر 13:
{type = 'row', label = 'جزء من', value = 'جزء من', property = 'P361'},
{type = 'row', label = 'جزء من', value = 'جزء من', property = 'P361'},
{type = 'row', label = 'يمتهنه', value = 'يمتهنه', property = 'P3095'},
{type = 'row', label = 'يمتهنه', value = 'يمتهنه', property = 'P3095'},
{type = 'row', label = 'المجال', plurallabel = 'المجالات', value = 'مجال', property = 'P527'},
{type = 'row', label = 'فروع', plurallabel = 'المجالات', value = 'فروع', property = 'P527'}, --
{type = 'row', label = 'الموضوع', plurallabel = 'المواضيع', value = 'موضوع', property = 'P2578'},
{type = 'row', label = 'الموضوع', plurallabel = 'المواضيع', value = 'موضوع', property = 'P2578'},
{type = 'row', label = 'التاريخ', value = 'تاريخ', wikidata = {property = 'P2184', withlink = 'arwiki', numval = '1'},
{type = 'row', label = 'التاريخ', value = 'تاريخ', wikidata = {property = 'P2184', withlink = 'arwiki', numval = '1'},

نسخة 17:56، 20 مايو 2019

local generic = require "وحدة:ب.ص.م/أدوات"
--local wd = require "Module:Wikidata/fr"
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 = 'فروع', plurallabel = 'المجالات', value = 'فروع', property = 'P527'}, -- 
			{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'}}
           }
        }
        }
}