وحدة:بطاقة/قالب/خط كتابة
المظهر
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة خط كتابة}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#F5F5DC', -- اللون المستعمل لعنوان البطاقة
wikimod = 'Wikidata.Ca',
parts = { -- محتويات البطاقة
generic.title(),
generic.logo(),
generic.mainimage(),
{type = 'table' , title ='معلومات عامة' ,rows = {
{type = 'row',
label = '[[خط طباعي]]',
value = {'نمط','النمط','style'},
wikidata = {property='P279'}
},
{type = 'row',
label = 'التصنيف',
value = {'تصانيف','التصانيف','classifications'},
wikidata = {property='P1878'}
},
{type = 'row',
label = 'المصمم',
value = {'مصمم','المنشئ','creator'},
wikidata = {property='P287'}
},
{type = 'row',
label = 'بتكليف من',
value = {"زبون", "client",'بتكليف من','commissioned_by'},
wikidata = {property='P88'}
},
{type = 'row',
label = 'مسبك الحروف',
value = {'مسبك الحروف','foundry'},
-- wikidata = {property='P'}
},
{type = 'row',
label = 'تاريخ التطوير',
value = {'تاريخ التطوير','creationdate'},
wikidata = {property='P571'}
},
{type = 'row',
label = 'تاريخ الإشهار',
value = {'تاريخ الإشهار','creationdate'},
wikidata = {property='P577'}
},
{type = 'row',
label = 'مسابك الحروف',
value = {'مسابك','foundries'},
wikidata = {property='P4586'}
},
{type = 'row',
label = 'نظام الكتابة',
value = {'نظام الكتابة','writing system'},
wikidata = {property='P282'}
},
{type = 'row',
label = 'المحارف',
value = {'المحارف','characters'},
-- wikidata = {property='P'}
},
{type = 'row',
label = 'رموز',
value = {'رموز','glyphs'},
-- wikidata = {property='P'}
},
{type = 'row',
label = '[[تصريح (قانون)|الرخصة]]',
value = {'الرخصة','license'},
wikidata = {property='P275'}
},
{type = 'row',
label = 'التصميم يرتكز على',
value = {'يرتكز على','based_on'},
wikidata = {property='P144'}
},
{type = 'row',
label = 'مشتقات',
value = {'مشتقات','variations'},
-- wikidata = {property='P'}
},
{type = 'row',
label = 'يعرف أيضًا بـ',
value = {'كنية','aka'},
-- wikidata = {property='P'}
},
{type = 'row',
label = 'علامة تجارية',
value = {'علامة تجارية','trademark'},
-- wikidata = {property='P'}
},
{type = 'row',
label = 'shown here',
value = {'shown_here'},
-- wikidata = {property='P'}
},
generic.website(),
{type = 'row',
label = 'نسخة آخر إشهار',
value = {'نسخة آخر إشهار','latest_release_version'},
-- wikidata = {property='P'}
},
{type = 'row',
label = 'تاريخ آخر إشهار',
value = {'تاريخ آخر إشهار','latest_release_date'},
-- wikidata = {property='P'}
},
{type = 'row',
label = '[[خط طباعي]]',
value = {'metrically_compatible_with'},
-- wikidata = {property='P'}
},
}}
}
}