وحدة:بطاقة/قالب/قارب شراعي

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

return 	{
    maincolor = '#CEDEFF' -- اللون المستعمل لعنوان البطاقة
    ,wikimod = 'Wikidata.Ca'
    ,parts = { -- محتويات البطاقة
	generic.title(),
	generic.logo(),
	{type = 'images'
		, imageparameters =  {'insignia','شعار_الشراع'}
		, captionparameter ={'insignia caption','تعليق_شعار_الشراع'}
		, defaultsize = '100px'
		, wikidata = {property = 'P5962'}, 
	},
	generic.mainimage(),

	{type = 'table' , title ='المنشأ' ,rows = {
       {type = 'row' 
                , label = 'المصمم'
                , value ={'designer','مصمم'}
                , wikidata = {property='P287'}
	   },
       {type = 'row'
                , label = 'المكان'
                , value ={'location','مكان'}
	   },
       {type = 'row'
                , label = 'السنة'
                , value ={'year','سنة'}
                --, wikidata = {property='P571'}
	   },
       {type = 'row'
                , label = '{{اختص|No.|Number}} built'
                , value ={'no built'}
                , wikidata = {property='P1092'}
	   },
       {type = 'row'
                , label = 'البلد'
                , value ={'country'}
                , wikidata = {property='P17'}
	   },
       {type = 'row'
                , label = 'التصميم'
                , value ={'design','تصميم'}
	   },
       {type = 'row'
                , label = 'الماركة'
                , value ={'brand'}
	   },
       {type = 'row'
                , label = 'الباني'
                , value ={'builder','باني'}
                , wikidata = {property='P176'}
	   },
       {type = 'row'
                , label = 'الوظيفة'
                , value ={'role'}
	   },
	   generic.website()
	}},
	{type = 'table' , title ='المركب' ,rows = {
       {type = 'row'
                , label = 'عام'
                , value ={'boats'}
	   },
       {type = 'row'
                , label = 'طاقم'
                , value ={'crew'}
	   },
       {type = 'row'
                , label = 'وزن [[مركب]]'
                , value ={'displacement','disp'}
                , wikidata = {property='P2067', qualifier = 'P642', whitelist1 = 'Q5636358'  --|convert=true
                	, formatting = 'table', rowformat='$0', colformat0= "unit"}
	   },
       {type = 'row'
                , label = '[[الغاطس (بدن)|الغاطس]]'
                , value ={'draft'}
                , wikidata = {property='P2048', qualifier = 'P642', whitelist1 = 'Q244777' 
                    , formatting = 'table', rowformat='$0', colformat0= "unit" -- |convert=true  // P2262 |convert=true
                }
	   },
       {type = 'row'
                , label = 'الارتفاع'
                , value ={'air draft'}
                , wikidata = {property='P2048', qualifier = 'P642', whitelist1 = 'Q2446632'  --|convert=true
                	, formatting = 'table', rowformat='$0', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'إرجوحة'
                , value ={'trapeze'}
        }
	}},
	{type = 'table' , title ='هيكل السفينة' ,rows = {
       {type = 'row'
                , label = 'عام'
                , value ={'hulls'}
	   },
       {type = 'row'
                , label = 'نوع'
                , value ={'hull type','type'}
                , wikidata = {property='P279'}
	   },
       {type = 'row'
                , label = 'المواد المصنعة'
                , value ={'construction'}
                , wikidata = {property='P186'}
	   },
       {type = 'row'
                , label = 'وزن [[البدن (قوارب مائية)|البدن]]'
                , value ={'hull','hull weight'}
	   },
       {type = 'row'
                , label = 'الطول الكلي'
                , value ={'loa'}
                , wikidata = {property='P2043', qualifier = 'P642', whitelist1 = 'Q2358152' --|convert=true
                	, formatting = 'table', rowformat='$0', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'طول الهيكل'
                , value ={'loh','lh'}
                , wikidata = {property='P2043', qualifier = 'P642', whitelist1 = 'Q2358152' 
		                , formatting = 'table', rowformat='$0', colformat0= "unit" --|convert=true
		}
	   },
       {type = 'row'
                , label = 'طول خط الماء'
                , value ={'lwl'}
                , wikidata = {property='P2043', qualifier = 'P642', whitelist1 = 'Q1817392' 
		                , formatting = 'table', rowformat='$0', colformat0= "unit" --|convert=true
		}
	   },
       {type = 'row'
                , label = '[[شعاع (بحري)|العرض]]'
                , value ={'beam'}
                , wikidata = {property='P2261', formatting='unit'
		--|convert=true /// 'P2049', qualifier = 'P642', whitelist1 = 'Q2376482'  |convert=true 
		}
	   },
       {type = 'row'
                , label = 'Hull draft'
                , value ={'hull draft'}
	   },
       {type = 'row'
                , label = 'المحرك'
                , value ={'engine'}
                , wikidata = {property='P516'}}
	}},
	{type = 'table' , title ='ملحقات الهيكل' ,rows = {
       {type = 'row'
                , label = 'عام'
                , value ={'appendages','hull appendages'}
	   },
       {type = 'row'
                , label = 'نوع العارضة'
                , value ={'keel type','keel'}
	   },
       {type = 'row'
                , label = 'Ballast'
                , value ={'ballast'}
                , wikidata = {property='P2067', qualifier = 'P642', whitelist1 = 'Q5461048'  --|convert=true
                	, formatting = 'table', rowformat='$0', colformat0= "unit" }
	   },
       {type = 'row'
                , label = 'وزن العارضة'
                , value ={'keelweight'}
	   },
       {type = 'row'
                , label = 'نوع الدفة'
                , value ={'rudder type'}
	   }
	}},
	{type = 'table' , title ='منصة الشراع' ,rows = {
       {type = 'row'
                , label = 'عام'
                , value ={'rigs'}
	   },
       {type = 'row'
                , label = 'نوع المنصة'
                , value ={'rig type','rig'}
	   },
       {type = 'row'
                , label = 'طول شراع الدعم'
                , value ={'I'}
                , wikidata = {property='P2670', whitelist0 ='Q547649', qualifier = 'P2048' 
                	, formatting = 'table', rowformat='$1', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'قاعدة شراع الدعم'
                , value ={'J'}
                , wikidata = {property='P2670', whitelist0 ='Q547649', qualifier = 'P2043' 
                	, formatting = 'table', rowformat='$1', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'طول الشراع'
                , value ={'P'}
                , wikidata = {property='P2670', whitelist0 ='Q1121807', qualifier = 'P2048' 
                	, formatting = 'table', rowformat='$1', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'قاعدة الشراع'
                , value ={'E'}
                , wikidata = {property='P2670', whitelist0 ='Q1121807', qualifier = 'P2043'  
                	, formatting = 'table', rowformat='$1', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'طول الصاري'
                , value ={'mast length','mastheight'}
                , wikidata = {property='P2048', qualifier = 'P642', whitelist1 = 'Q331744' 
                	, formatting = 'table', rowformat='$0', colformat0= "unit"}
	   },
       {type = 'row'
                , label = 'أخرى'
                , value ={'rig other'}
        }
	}},
	{type = 'table' , title ='الأشرعة' ,rows = {
       {type = 'row'
                , label = 'عام'
                , value ={'sails'}
	   },
       {type = 'row'
                , label = 'اسلوب الشراع'
                , value ={'sailplan'}
	   },
       {type = 'row'
                , label = 'مساحة [[الشراع الرئيسي]]'
                , value ={'mainsail','sailarea main'}
                , wikidata = {property='P2670'
, whitelist0 = 'Q1121807', qualifier = 'P2046', formatting = 'table', rowformat='$1', colformat1= "unit"}
	   },
       {type = 'row'
                , label = 'مساحة [[Jib]]/[[Genoa (sail)|genoa]]'
                , value ={'jib','sailarea headsail'}
                , wikidata = {property='P2670', whitelist0 = 'Q547649', qualifier = 'P2046', formatting = 'table', rowformat='$1', colformat1= "unit"}
	   },
       {type = 'row'
                , label = '[[parts of a sail#The edges|Luff]] perpendicular'
                , value ={'lp'}
	   },
       {type = 'row'
                , label = 'مساحة [[الشراع المتحرك]]'
                , value ={'spinnaker','sailarea spin'}
                , wikidata = {property='P2670', whitelist0 = 'Q1137340', qualifier = 'P2046' , formatting = 'table', rowformat='$1', colformat1= "unit"}
	   },
       {type = 'row'
                , label = 'مساحة [[Gennaker|الشراع المتحرك غير المتماثل]]'
                , value ={'gennaker','sailarea gen'}
	   },
       {type = 'row'
                , label = 'أشرعة اخرى'
                , value ={'sails other'}
	   },
       {type = 'row'
                , label = 'مساحة اشرعة عكس الرياح'
                , value ={'sailarea upwind','mainsailandjib'}
	   },
       {type = 'row'
                , label = 'مساحة اشرعة اتجاه الرياح'
                , value ={'sailarea downwind'}
	   },
       {type = 'row'
                , label = 'مساحة كل الأشرعة'
                , value ={'sailarea total','sailarea'}
	   },
	}},
	{type = 'table' , title ='السباق' ,rows = {
       {type = 'row' 
                , label = 'رابطة الفئة'
                , value ={'class'}
	   },
       {type = 'row'
                , label = 'التقييم'
                , value ={'rating'}
	   },
       {type = 'row'
                , label = '[[Portsmouth yardstick|D-PN]]'
                , value ={'d-pn'}
	   },
       {type = 'row'
                , label = '[[Portsmouth yardstick|RYA PN]]'
                , value ={'rya-pn'}
	   },
       {type = 'row'
                , label = '[[PHRF]]'
                , value ={'phrf'}
                , wikidata = {property='P4271', qualifier = 'P642', whitelist1 = 'Q7168207', formatting = 'table', rowformat='$0', xcolformat0= "unit"}
	   },
	 }},
    {type = 'navbox'
			, previousparameter = {'previous',"سبقه"}, previousproperty = "P155"
			, nextparameter = {'successor',"تبعه"}, nextproperty = "P156"
    },
   }
}