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

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

local generic = 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'}, property = 'P1056'},
			{type = 'row', label = 'الشعار النصي', value = {'شعار نصي','tagline'}, property = 'P1546'}, 
			{type = 'row', label = 'المؤسس', plurallabel = 'المؤسسون', value = {'المؤسس','مؤسس','founder'}, property = 'P112'}, 
			{type = 'row', label = 'المالك الحالي', value = {'المالك الحالي','currentowner'}},
			{type = 'row', label = 'المالك السابق', value = {'المالك السابق','previousowners'}}, 
			{type = 'row', label = 'المالك', value = {'المالك','owner'}, wikidata={property = 'P127',showDate='true',conjunction='<br />'}},
 
			{type = 'row', label = 'الإنتاج', value = {'الإنتاج','producedby'}}, 
			{type = 'row', label = 'بلد الأصل', value = {'بلد الأصل','origin','country'}, property = 'P495'}, 
			{type = 'row', label = 'أدخلت', value = {'تاريخ الظهور','أدخلت','introduced'}, property = 'P571'}, 
			{type = 'row', label = 'توقف', value = {'تاريخ التوقف','توقف','discontinued'}}, 
			{type = 'row', label = 'علامات تجارية ذات صلة', value = {'ذات صلة','related'}}, 
			{type = 'row', label = 'الأسواق', value = {'الأسواق','markets'}}, 
			{type = 'row', label = '[[علامة تجارية]] مسجلة في', value = {'علامة تجارية','trademarkregistrations'}}, 
			{type = 'row', label = 'ممثل مفوض', value = {'المفوضون','ambassadors','ambassador'}}, 
			generic.website(),
		}},


	}
}