وحدة:بطاقة/قالب/دراجة نارية

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

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

return 	{
	maincolor = '#80B0E0',
	thirdcolor = '#FFFFFF',
	secondcolor = '#B4B9C3',
    wikimod='Wikidata.Ca',
 	parts =
    	{
	  generic.title(),
	  {type = 'subtitle', value = {'الاسم_الاصلي'}, wikidata= {property = 'P1559',list = 2, conjtype = 'new line', showlang = true}},
	  generic.logo(),
	  generic.mainimage(),
	  {type = 'table', title = 'معلومات عامة', rows = {
			{type = 'row' 
			,label = 'الصانع'
			,value ={'manufacturer','صانع'}
			,wikidata = {property='P176'}},
		{type = 'row'            
			,label = 'أسماء أخرى'
			,value ={'أسماء_أخرى','aka'}},
		{type = 'row' 
			,label = '[[شركة قابضة]]'
			,value ={'parent_company','شركة قابضة'}},
		{type = 'row' 
			,label = 'الإنتاج'
			,value ={'production','إنتاج'}
			,wikidata = {property='P1092'}},
		{type = 'row' 
			,label = 'التجميع'
			,value ={'assembly','تجميع'}},
		{type = 'row' 
			,label = 'الفئة'
			,value ={'class','فئة'}
			},
		{type = 'row' 
			,label = 'المحرك'
			,value ={'engine','محرك'}},
		{type = 'row' 
			,label = '[[قطر إسطوانة (محرك)|قطر الإسطوانة]] / [[شوط]]'
			,value ={'bore_stroke'}},
		{type = 'row' 
			,label = '[[نسبة الانضغاط]]'
			,value ={'compression','انضغاط'}},
		{type = 'row' 
			,label = 'السرعة القصوى'
			,value ={'top_speed','سرعة'}},
		{type = 'row' 
			,label = '[[قدرة (فيزياء)|قدرة]]'
			,value ={'power','قدرة'}
			,wikidata = {property='P2109'}},
		{type = 'row' 
			,label = '[[عزم الدوران]]'
			,value ={'torque','عزم'}},
		{type = 'row' 
			,label = 'Ignition type'
			,value ={'ignition'}},
		{type = 'row' 
			,label = '[[ناقل حركة]]'
			,value ={'transmission','ناقل'}},
		{type = 'row' 
			,label = 'Frame type'
			,value ={'frame'}},
		{type = 'row' 
			,label = 'Suspension'
			,value ={'suspension'}},
		{type = 'row' 
			,label = '[[مكبح]]'
			,value ={'brakes','مكبح'}},
		{type = 'row' 
			,label = 'Motorcycle tyre'
			,value ={'tires'}},
		{type = 'row' 
			,label = 'Rake, trail'
			,value ={'rake_trail'}},
		{type = 'row' 
			,label = 'ارتفاع المقعد'
			,value ={'seat_height','رتفاع_المقعد'}},
		{type = 'row' 
			,label = 'الوزن'
			,value ={'dry_weight','wet_weight','وزن'}
			,wikidata = {property='P2067'}},
		{type = 'row' 
			,label = 'سعة خزان الوقود'
			,value ={'fuel_capacity','سعة'}},
		{type = 'row' 
			,label = 'القدرة النفطية'
			,value ={'oil_capacity','قدرة نفطية'}},
		{type = 'row' 
			,label = 'استهلاك الوقود'
			,value ={'fuel_consumption','استهلاك الوقود'}
			,wikidata = {property='P2292',formatting='unitcode'}},
		{type = 'row' 
			,label = 'Turning radius'
			,value ={'turning_radius'}},
		{type = 'row' 
			,label = 'ذات الصلة'
			,value ={'related','صلة'}},
	  }},
	  {type = 'table', title = 'الأبعاد', rows = {
		{type = 'row', label = '[[قاعدة العجلات]]', value = {'قاعدة_الإطارات','wheelbase'}
			, wikidata={property = 'P3039',formatting='unitcode'}},
		{type = 'row', label = 'مقاس الإطارات', value = {'مقاس_الإطارات'}},
		{type = 'row', label = 'الطول', value = {'الطول','length'}
			, wikidata={property = 'P2043',formatting='unitcode'}},
		{type = 'row', label = 'العرض', value = {'العرض','width'}
			, wikidata={property = 'P2049',formatting='unitcode'}},
		{type = 'row', label = 'الارتفاع', value = {'الارتفاع','height','ارتفاع'}
			, wikidata={property = 'P2048',formatting='unitcode'}},
	  }},
	  {type = 'table', title = 'السلسلة', rows = {
		{type = 'row' ,label = 'جزءٌ مِن'
			,value ={'serie','سلسلة'}
			,wikidata = {property='P179'}},
		{type = 'navbox', inner=1, previousparameter = {"سبقها","سابقا","predecessor"}, previousproperty = "P155", nextparameter = {"يليها","لاحقا","successor"},	nextproperty = "P156"}
		}},
	}
}