وحدة:بطاقة/قالب/خطاب
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة خطاب}}.
local generic = require 'وحدة:بطاقة/أدوات'
return
{
maincolor = '#CEDEFF',
wikimod='Wikidata.Ca',
parts =
{
generic.title(),
generic.mainimage(),
{type = 'table', title = "معلومات عامة",
rows = {
{type = 'row',
label = "العنوان",
plurallabel = "العناوين",
value= {'عنوان_رسمي','original title'},
wikidata = {property = 'P1476'}
},
{type = 'row',
label = "تاريخ الإلقاء",
value= {'إلقاء','pronounced'},
wikidata = {property = 'P585'}
},
{type = 'row',
label = "الخطيب",
plurallabel = "الخطباء",
value= {'خطيب','performer'},
wikidata = {property = 'P175'}
},
{type = 'row',
label = "المتحدث",
value= {'متحدث','speaker'},
wikidata = {property = 'P823'}
},
{type = 'row',
label = "المكان",
plurallabel = "الأماكن",
value= {'مكان','location'},
wikidata = {property = 'P276'}
},
{type = 'row',
label = "موجه لـ",
value= {'موجه_لـ','destinataire'}
},
{type = 'row',
label = "الظرف الزماني",
plurallabel = "الظروف",
value= {'ظرف','contexte'}
},
{type = 'row',
label = "اللغة",
value= {'لغة','language'},
wikidata = {property = 'P407'}
},
{type = 'row',
label = "المدة",
value= {'مدة','duration'},
wikidata={property = 'P2047', formatting = 'durationh:m:s'}
},
}
},
{type = 'table', title = "محتوى الخطاب",
rows = {
{type = 'row',
label = "الموضوع الأساسي",
value= {'موضوع',"thème principal"},
wikidata = {property = 'P921'}
},
{type = 'row',
label = "يُصوِّر",
value= {'يصور',"depicts"},
wikidata = {property = 'P180'}
},
{type = 'row',
label = "جانب من",
value= {'جانب',"aspect"},
wikidata = {property = 'P1269'}
},
{type = 'row',
label = "النتائج",
value= {'نتيجة' ,'نتائج','conséquences'}
},
}
},
{type = 'table', title = "معلومات أخرى",
rows = {
{type = 'row',
label = "الاختصاص",
value= {'اختصاص','juridiction'},
wikidata = {property = 'P1001'}
},
{type = 'row',
label = "المؤلف",
plurallabel = "المؤلفون",
value= {'مؤلف','author'},
wikidata = {property = 'P50'}
},
{type = 'row',
label = "المشارك",
plurallabel = "المشاركون",
value= {'مشارك','participant'},
wikidata = {property = 'P710'}
},
{type = 'row',
label = "الحقبة",
value= {'حقبة',"era"},
wikidata = {property = 'P2408'}
},
{type = 'row',
label = "سُمِّي باسم",
value= {'سمي_باسم','eponym'},
wikidata = {property = 'P138'}
},
{type = 'row',
label = "تاريخ الكتابة",
value= {'تاريخ الكتابة','date of creation'},
wikidata = {property = 'P571'}
},
{type = 'row',
label = "تكرار الخطاب",
value= {'تكرار','frequency'},
wikidata = {property = 'P2257'}
},
{type = 'row',
label = "الشهر",
value= {'شهر',"month"},
wikidata = {property = 'P2922'}
},
{type = 'row',
label = "النص الكامل",
value= {'نص',"online version"},
wikidata = {property = 'P953'}
},
{type = 'row',
label = "النسخة المترجمة",
value= {'ترجمة'}
},
{type = 'row',
label = "تاريخ النشر",
value= {'نشر','publication'},
wikidata = {property = 'P577'}
},
}
},
}
}