تضامنًا مع حق الشعب الفلسطيني |
وحدة:بطاقة/قالب/متعدد أضلاع وسطوح
اذهب إلى التنقل
اذهب إلى البحث
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة متعدد سطوح}} و{{بطاقة مضلع}}.
local generic = require( 'وحدة:بطاقة/أدوات' )
return {
maincolor = '#A7D4E7',
parts = {
generic.title(),
generic.mainimage(),
{type = 'table' , title ='معلومات عامة', rows = {
{type = 'row' , label = 'النوع'
, value = {'نوع','النوع','type','Polyhedron_Type','Type'}
, wikidata= {property = 'P279'}
},
{type = 'row' , label = '[[ترميز كونواي لمتعدد السطوح]]'
, value = {'كونواي'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[وجه (هندسة)|الوجوه]]'
, value = {'وجوه','faces','Face_List'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[حافة (هندسة)|الحواف]]'
, value = {'حافة','edges','Edge_Count'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[ضلع (هندسة)|الأضلاع]]'
, value = {'أضلاع'}
, wikidata= {property = 'P2670', qualifier='P1114'}
},
{type = 'row' , label = '[[نقطة هندسية|الرؤوس]]'
, value = {'رؤوس','vertices','Vertex_Count'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[مميزة أويلر|أويلر]]'
, value = {'أويلر','euler','Euler_characteristic'}
, wikidata= {property = 'P6438'}
},
{type = 'row' , label = 'ترتيب الرؤوس'
, value = {'ترتيب الرؤوس','vertex_config','Vertex_List'}
, wikidata= {property = 'P1678'}
},
{type = 'row' , label = '[[رمز وايثوف]]'
, value = {'وايثوف','wythoff','Wythoff_Symbol'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[رمز شليفلي]]'
, value = {'شليفلي','schläfli','Schläfli'}
, wikidata= {property = 'P3228'}
},
{type = 'row' , label = '[[مخطط كوكستير-دينكين|مخطط كوكستير]]'
, value = {'كوكستير','coxeter','Coxeter','Cox'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[زمرة التناظر]]'
, value = {'تناظر','symmetry','Symmetry_Group'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[مجموعة التناوب]]'
, value = {'التناوب'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = '[[مضلع نظير]]'
, value = {'نظير','dual'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = 'مساحة السطح'
, value = {'مساحة السطح'
,'area','surface_area'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = 'المحيط'
, value = {'المحيط','محيط'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = 'الحجم'
, value = {'الحجم','حجم','volume'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = 'الزاوية'
, value = {'زاوية','angle'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = 'تبادل متعدد سطوح'
, value = {'تبادل'}
--, wikidata= {property = 'P'}
},
{type = 'row' , label = 'الخصائص'
, value = {'خصائص','properties','Property_List'}
--, wikidata= {property = 'P'}
},
}},
{type = 'table' , title ='شكل الرؤوس', rows = {
{type = 'images', inner=1
, imageparameters = {'شكل الرؤوس','vertex_figure','VertexImage_File'}
, captionparameter = {'الرؤوس تعليق','vertex_figure_alt'}},
}},
{type = 'table' , title ='[[شبكة (متعدد أوجه)|شبكة]]', rows = {
{type = 'images', inner=1
, imageparameters = {'شبكة','net','Net_Image_File'}
, captionparameter = {'شبكة','شبكة تعليق','net_alt'}},
}},
{type = 'navbox'
, previousparameter = "سبقه", previousproperty = "P155"
, nextparameter = "تبعه", nextproperty = "P156"
},
} -- for parts
} -- for return