وحدة:بطاقة/قالب/حدود دولية
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة حدود دولية}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#CEDEFF' -- اللون المستعمل لعنوان البطاقة
,wikimod = 'Wikidata.Ca'
,parts = { -- محتويات البطاقة
generic.title(),
generic.mainimage(),
generic.locationmap(),
{type = 'table' , title ='الخصائص' ,rows = {
{type = 'row'
, label = 'النوع'
, value = {'نوع','type'}
, wikidata = {property='P31', formatting='table', conjunction='<br />'
, rowformat='$0$R0' , whitelist0='Q15104814,Q3089219' }
},
{type = 'row'
, label = 'الأقطار'
, value = {'أقطار','دول','territory1','territory2'}
, wikidata = {property='P17' , formatting='table',
rowformat='{{flag|$0}}$R0', colformat0='label',conjunction='<br />'}
},
{type = 'row'
, label = 'الطول'
, value = {'طول','length'}
, wikidata = {property='P2043',formatting='unit'}
},
{type = 'row'
, label = 'على الحدود'
, value = {'يضم','has_parts'}
, wikidata = {property='P527',conjunction='<br />'}
},
{type = 'row'
, label = 'مقامة في'
, value = {'مقامة_في','located_in'}
, wikidata = {property='P706',conjunction='<br />'}
},
{type = 'row'
, label = '[[الحبيسة والمستحاطة|الجيوب]]'
, value = {'جيوب','enclaves'}
--, wikidata = {property='P'}
},
}},
{type = 'table' , title ='التاريخ' ,rows = {
{type = 'row'
, label = 'أقيمت'
, value = {'أقيمت','established'}
--, wikidata = {property='P'}
},
{type = 'row'
, label = 'الأوضاع'
, value = {'وضع','current'}
, wikidata = {property='P31', formatting='table', conjunction='<br />'
, rowformat='$0$R0 $1' , whitelist0='Q87443571'
, qualifier2='P580', qualifier3='P582'
, colformat2='Y' , colformat3='Y'
, qualifier1 ='P580 or P582', rowsubformat1='<small><br />($2 – $3)</small>'}
},
{type = 'row'
, label = 'ألغيت'
, value = {'ألغيت','disestablished'}
--, wikidata = {property='P'}
},
{type = 'row'
, label = 'الاتفاقيات'
, value = {'اتفاقيات','treaties'}
--, wikidata = {property='P'}
},
}},
generic.bathymetricmap(),
{type = 'table' , title ='الملاحظات' ,rows = {
{type = 'row1col'
, value = {'ملاحظات','notes'}
--, wikidata = {property='P'}
},
}}
}
}