وحدة:بطاقة/قالب/علامة تجارية

-- Credits:
-- developed by وهراني @arwiki (ar:وحدة:بطاقة/قالب/علامة تجارية)
-- Version: 20240401

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

return {
	maincolor = '#EE9A4D',
    wikimod = 'Wikidata.Ca',
	parts = {
		generic.title(),-- Title
		generic.logo(),
		generic.mainimage(),
		
		{type='table', title = 'معلومات عامة', rows = {

			{type = 'row', label = 'نوع المنتج', 
				value = {'نوع','النوع','type','producttype'}, 
				wikidata={property = 'P1056'},
				metadata = {
					description = "", -- شرح مختصر
					option = "",  -- أهمية المعلومة :  required / suggested / deprecated
					type = "", --  نوع المعلومة : number/boolean/date/url/wiki-file-name/line/content
					example = "", -- مثال عن نص يساعد في ملء صحيح للخانة 
				}
			},
			generic.motto({property = 'P1546 OR P1451' }),
			org.key_people(),
			{type = 'row', label = 'الإنتاج', 
				value = {'الإنتاج','producedby'} ,
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			generic.country{
				label = 'بلد الأصل', 
				value = {'بلد الأصل','origin','country'}, 
				property = 'P495 OR P17' 
			},
			{type = 'row', label = 'أدخلت', 
				value = {'تاريخ الظهور','أدخلت','introduced'}, 
				wikidata={property = 'P571'} ,
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			{type = 'row', label = 'توقف', 
				value = {'تاريخ التوقف','توقف','discontinued'} ,
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			{type = 'row', label = 'علامات تجارية ذات صلة', 
				value = {'ذات صلة','related'},
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			{type = 'row', label = 'الأسواق', 
				value = {'الأسواق','markets'} ,
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			{type = 'row', label = '[[علامة تجارية]] مسجلة في', 
				value = {'علامة تجارية','trademarkregistrations'},
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			{type = 'row', label = 'ممثل مفوض', 
				value = {'المفوضون','ambassadors','ambassador'},
				metadata = {
					description = "", 
					option = "",  
					type = "",
					example = "", 
				}
			}, 
			generic.website(),
		}},


	}
}