تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/رياضة في بلد
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة رياضة في بلد}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#CEDEFF' -- اللون المستعمل لعنوان البطاقة
--,wikimod = 'Wikidata.Ca'
,parts = { -- محتويات البطاقة
generic.title(),
generic.logo(),
generic.mainimage(),
{type = 'table' , title ='معلومات عامة' ,rows = {
{type = 'row'
, label = 'الرياضة'
, value ={'رياضة','sport'}
, wikidata = {property='P641'}
},
{type = 'row'
, label = 'فئة المنافسة'
, value ={'فئة','class'}
, wikidata = {property='P2094'}
},
{type = 'mixed', label = 'أعلى [[هيئة إدارة الرياضة|هيئة منظمة]]'
, value = {'اتحاد','union'}
, property = 'P797'
},
{type = 'row'
, label = 'المنطقة'
, value ={'منطقة','location','region'}
, wikidata = {property='P276'}
},
{type = 'row'
, label = 'البلد'
, value ={'country','بلد'}
, wikidata = {property='P17'}
},
{type = 'row'
, label = {'teamlabel1'} , defaultlabel= 'الفريق الوطني'
, value ={'فريق_وطني','nationalteam'}
--, wikidata = {property='P'}
},
{type = 'row'
, label = {'teamlabel2' } , defaultlabel= 'الفريق الممثل'
, value ={'فريق_ممثل','repteam'}
--, wikidata = {property='P'}
},
{type = 'mixed', label = 'كنية'
, value = {'كنية','لقب','nicknames','nickname'}
, property = 'P1449'
},
{type = 'row'
, label = 'لعب لأول مرة'
, value ={'أول','first'}
--, wikidata = {property='P'}
},
{type = 'row'
, label = 'اللاعبون المسجلون'
, value ={'مسجلون','registered'}
, wikidata = {property='P4909'}
},
{type = 'row'
, label = 'الأندية'
, value ={'أندية','clubs'}
, wikidata = {property='P4999'}
},
}},
{type = 'table' , title ='مسابقات الأندية المحلية' ,rows = {
{type = 'row1col'
, value ={'قائمة_محلية','national_list'}
--, wikidata = {property='P'}
},
}},
{type = 'table' , title ='مسابقات الأندية الدولية' ,rows = {
{type = 'row1col'
, value ={'قائمة_نوادي','club_list'}
--, wikidata = {property='P'}
},
}},
{type = 'table' , title ='مسابقات المنتخب الدولية' ,rows = {
{type = 'row1col'
, value ={'قائمة_دولية','intl_list'}
--, wikidata = {property='P'}
},
}},
{type = 'table' , title ='سجلات الجمهور' ,rows = {
{type = 'row'
, label = 'مباراة واحدة'
, value ={'مباراة','match'}
--, wikidata = {property='P'}
},
{type = 'row'
, label = 'الموسم'
, value ={'موسم','league'}
--, wikidata = {property='P'}
},
}}
}
}