وحدة:بطاقة/قالب/منتج

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث

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

return 	{
	  maincolor = '#A7D4E7'
    , wikimod = 'Wikidata.Ca'
 	, parts =
    	{
		generic.title(),
		generic.logo(),
		generic.mainimage(),
		{type = 'table', title = 'معلومات عامة', rows = {
            {type = 'row', 
                label = "النوع",
                value = {"نوع","type"},
                wikidata= {property = "P31"}},
            {type = 'row', 
                label = "الاستعمالات",
                value = {"استعمالات","utility"},
                wikidata= {property = "P366"}},
            {type = 'row', 
                label = "المكونات",
                value = {"مكونات","parts","ingredients"},
                wikidata= {property = "P527 OR P4543"
					, formatting = 'table'
					, qualifier1 = 'P3831'
					, rowformat = '* $0$R0 $1'
					,rowsubformat1 = '<small><br />($1)</small>'}},
            {type = 'row', 
                label = "المخترع",
                value = {"مخترع","inventor"},
                wikidata= {property = "P61"}},
            {type = 'row', 
                label = "بلد المنشأ",
                value = {"بلد_المنشأ","origin_country"},
                wikidata= {property = "P495"}},
            {type = 'row', 
                label = "البداية",
                value = {"بداية","inception"},
                wikidata= {property = "P571"}},
            {type = 'row', 
                label = "العلامة التجارية",
                value = {"علامة","brand"},
                wikidata= {property = "P1716"}},
            {type = 'row', 
                label = "المصنع",
                value = {"مصنع","company"},
                wikidata= {property = "P176"}},
            {type = 'row', 
                label = "الوفرة في السوق",
                value = {"وفرة",'بداية التسويق',"available",'commercialization'},
                wikidata= {property = "P5204"},
            },
            {type = 'row', 
                label = "المزود",
                value = {"مزود","current supplier"},
                --wikidata= {property = ""}},
            },
            {type = 'row', 
                label = "آخر إنتاج",
                value = {"آخر_إنتاج","last production"},
                --wikidata= {property = ""}},
            },
            {type = 'row', 
                label = "الموديلات",
                value = {"موديلات","models"},
                --wikidata= {property = ""}},
            },
            {type = 'row', 
                label = "الشعار النصي",
                value = {"شعار","slogan","tagline"},
                wikidata= {property = 'P1451', conjunction = "<br />"
					,formatting = '$text {{Language icon|NoCat=y|$language}}'}},
            generic.website(),
        }},
		{type = 'table', title = 'الهوامش', rows = {
            {type = 'row1col',
                value = {"هوامش","notes"},
            },
        }}
}}