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

local general = require "وحدة:بطاقة/أدوات"

return {
	maincolor = '#FFDF80',
    wikimod = "Wikidata.Ca",

	parts = {
		general.title({icon='cyclisme'}),
		general.mainimage(),
		{type = 'table', title = 'معلومات عامة', rows = {			
			{
				type = 'row',
				label = "رمز UCI",
				value = {'رمز','code'},
				wikidata = {
						property = 'P1998', qualifier1='P580 OR P582',
						qualifier2='P580', qualifier3='P582',
						formatting = "table", rowformat="* $0$R0$1",
						rowsubformat1="<small><br />($2 - $3)</small>",
						colformat2='Y',colformat3='Y',
						sorting="-1", tablesort="2"
					}
				
			},
			{type = 'row', label = 'الرياضة', value = 'رياضة', property = 'P641'},
			general.country(),
			{type = 'row', label = 'التأسيس', value = {'تأسيس','creation','founded'}, property = 'P571'},
			{type = 'row', label = 'انحلال', value = {'نهاية','disbanded'}, property = 'P576'},
            {type = 'row', label = 'الوضع القانوني',
            	value = 'وضع',
				wikidata = {
					property = 'P31',
					showDate = true,
					conjunction = '<br />',
					sorttype = 'chronological',
				}, 
			},
			{
				type = 'row',
				label = 'المواسم',
				value = 'مواسم',
				wikidata = {property = 'P527',qualifier1='P580 OR P582',
						qualifier2='P580', qualifier3='P582',
						formatting = "table", rowformat="* $0$R0$1",
						rowsubformat1="<small><br />($2 - $3)</small>",
						colformat2='Y',colformat3='Y',
						sorting="-1", tablesort="2"},
			},
			{type = 'row', label = 'الميزانية', value = 'ميزانية', wikidata = {
				property = 'P2769',
				separator = '<br />',
				showDate = 'true'
			}},
			{type = 'row', label = 'الراعي الرسمي', value = 'راعي', plurallabel = 'الرعاة الرسميون', property = 'P859'},
			{type = 'row', label = 'دراجات', value = {'دراجات','velo','bicycles'}},
			general.website(),
		}},
		{type = 'table', title = 'التأطير', rows = {
			{type = 'row', label = 'المدير العام', 
				value = {'مدير عام','generalmanager','manager'}, 
				wikidata = {
					property = 'P505',
					conjunction = '<br />',
					showDate = 'true',
			}},
			{type = 'row', label = 'المدير التقني', value = 'مدير تقني'},
			{type = 'row',
				label = 'المدير الرياضي',
				plurallabel = 'المدراء الرياضيون',
				value = {'مدير','director'},
				wikidata = {
					property = 'P286',qualifier1='P580 OR P582',
						qualifier2='P580', qualifier3='P582',
						formatting = "table", rowformat="* $0$R0$1",
						rowsubformat1="<small><br />($2 - $3)</small>",
						colformat2='Y',colformat3='Y',
						sorting="-1", tablesort="2"
				}
			},
			{type = 'row', label = 'المعالج', value = 'معالج'},
			{type = 'row', label = 'الطبيب', value = 'طبيب'},
		}},
		formerNamesTable,
		{type = 'table', 
			title = 'التسميات', 
			rows = {
				{type = 'row1col',
					value = {'اسم_قديم'},
					wikidata = {
						property = 'P1448',
						qualifier1='P580 OR P582',
						qualifier2='P580', qualifier3='P582',
						formatting = "table", rowformat="* $0$R0$1",
						rowsubformat1="<small><br />($2 - $3)</small>",
						colformat2='Y',colformat3='Y',
						sorting="-1", tablesort="2"
					},
				style = {["text-align"] = "right"},
				},
			}
		}
	}
}