تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/دائرة انتخابية
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة دائرة انتخابية}}.
local general = require( 'وحدة:بطاقة/أدوات' )
local building = require( 'وحدة:بطاقة/أدوات/مبنى' )
return {
maincolor = '#adc5df',
wikimod='Wikidata.Ca',
parts =
{
general.title(),
general.logo(),
general.mainimage(),
general.locationmap(),
{type = 'table',
rows = {
building.country(),
{type = 'row', label = {'district_label'}, defaultlabel= 'المقاطعة',
value = {'district'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'region_label'}, defaultlabel= 'المنطقة',
value = {'region'},
wikidata = {property = 'P131'}
},
{type = 'row', label = 'Polling divisions',
value = {'polling_divisions'},
--wikidata = {property = 'P'}
},
{type = 'row', label = 'التعداد السكاني',
value = {'التعداد','population'},
wikidata = {property = 'P1082' ,qualifier='P459 OR P585',
formatting='table', rowformat='$0$R0 $1',
rowsubformat='<small>($1)</small>'}
},
{type = 'row', label = 'جمهور الناخبين',
value = {'ناخبون','electorate'},
wikidata = {property = 'P1883', showDate='true'}
},
{type = 'row', label = 'المدن الرئيسية',
value = {'مدن','towns'},
--wikidata = {property = 'P'}
},
{type = 'row', label = 'المساحة',
value = {'مساحة','area'},
wikidata = {property = 'P2046', formatting='unitcode'}
},
}},
{type = 'table' , title ='الدائرة الانتخابية' ,rows = {
{type = 'row', label = 'تأسست في',
value = {'year'},
wikidata = {property = 'P571'}
},
{type = 'row', label = {'abolished_label'}, defaultlabel= 'Abolished',
value = {'abolished'},
wikidata = {property = 'P576'}
},
{type = 'row', label = 'رقم الدائرة',
value = {'رقم_الدائرة', 'district_number'},
wikidata = {property = 'P4565'}
},
{type = 'row', label = 'عدد المقاعد',
value = {'مقاعد','seats','elects_howmany'},
wikidata = {property = 'P1410 OR P1342', qualifier='P194',
formatting='table', rowformat='$0$R0 $1',
rowsubformat='<small>(الهيئة التشريعية: $1)</small>'}
},
{type = 'row', label = {'party_label'}, defaultlabel= 'الحزب',
value = {'حزب', 'party'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'members_label','member_label'}, defaultlabel= 'الأعضاء',
value = {'أعضاء', 'members','member'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'local_council_label'}, defaultlabel= 'المجلس المحلي',
value = {'المجلس المحلي','local_council'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'parts_label'}, defaultlabel= 'الأقسام',
value = {'أقسام', 'parts'},
--wikidata = {property = 'P'}
},
{type = 'row', label = 'عوض بـ',
value = {'عوض بـ','next'},
--wikidata = {property = 'P1366', conjunction='<br />'}
},
{type = 'row', label = 'أنشئ من',
value = {'previous'},
wikidata = {property = 'P1365', conjunction='<br />'}
},
{type = 'row', label = {'blank1_name'},
value = {'blank1_info'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'blank2_name'},
value = {'blank2_info'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'blank3_name'},
value = {'blank3_info'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'blank4_name'},
value = {'blank4_info'},
--wikidata = {property = 'P'}
},
{type = 'row', label = {'blank5_name'},
value = {'blank5_info'},
--wikidata = {property = 'P'}
},
}},
general.geoloc(),
}
}