انتقل إلى المحتوى

وحدة:بطاقة/قالب/قطعة أثرية

من ويكيبيديا، الموسوعة الحرة

local generic = require( 'وحدة:بطاقة/أدوات' )

return 	{
    maincolor = '#CEDEFF' -- اللون المستعمل لعنوان البطاقة
    --,wikimod = 'Wikidata.Ca'
    ,parts = { -- محتويات البطاقة
	generic.title(),
	generic.logo(),
	generic.mainimage(),
	
	{type = 'table' , title ='معلومات عامة' ,rows = {
	   {type = 'row' 
                , label = '[[مادة خام|مادة الإنشاء]]'
                , value ={'material','مادة الإنشاء'}
                , wikidata = {property='P186'}
	   },
	   {type = 'row' 
                , label = 'طريقة الإنشاء'
                , value ={'fabrication','طريقة'}
                , wikidata = {property='P2079'}
	   },
	   {type = 'row' 
                , label = 'الحجم'
                , value ={'size','حجم','الحجم'}
                --, wikidata = {property='P'}
	   },
	   generic.dimensions(),

	   {type = 'row' 
                , label = 'الكتلة'
                , value ={'weight','الكتلة','كتلة'}
                , wikidata = {property='P2067'}
	   },
	   {type = 'row' 
                , label = 'خط الكتابة'
                , value ={'writing','خط الكتابة'}
                , wikidata = {property='P282'}
	   },
	   {type = 'row' 
                , label = 'Symbols'
                , value ={'symbols'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = 'تاريخ الإنشاء'
                , value ={'created','تاريخ الإنشاء'}
                , wikidata = {property='P571'}
	   },
	   {type = 'row' 
                , label = 'الفترة/الحضارة'
                , value ={'period','فترة'}
                , wikidata = {property='P2348'}
	   },
	   {type = 'row' 
                , label = 'تاريخ الاكتشاف'
                , value ={'discovered','تاريخ الاكتشاف'}
                , wikidata = {property='P575'}
	   },
	   {type = 'row' 
                , label = 'المكتشف'
                , value ={'discovered_by','مكتشف'}
                , wikidata = {property='P161'}
	   },
	   {type = 'row' 
                , label = 'موقع الاكتشاف'
                , value ={'place','موقع الاكتشاف'}
                , wikidata = {property='P189'}
	   },
	   {type = 'row' 
                , label = 'موقع الحفظ'
                , value ={'location','موقع الحفظ'}
                , wikidata = {property='P267'}
	   },
	   {type = 'row' 
                , label = 'الإحداثيات'
                , value ={'coordinates','إحداثيات'}
                , wikidata =  {wikimod='Wikidata.Ca'
					, property = 'P625'
					, formatting="<small>[[file:GNOME Maps.svg|20x20px|link=]] {{Map draw| class = no-icon| type=maplink|$lat,$lon|zoom=6|text=على الخريطة}}<small>" }
		},
	   {type = 'row' 
                , label = 'التصنيف'
                , value ={'classification','تصنيف'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = 'المعرف' --'Identification'
                , value ={'id','معرف'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = 'التسجيل'
                , value ={'registration','تسجيل'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = 'اللغة'
                , value ={'language','لغة'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = 'الفترة'
                , value ={'period1','فترة1'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = 'الثقافة/الحضارة'
                , value ={'culture','civilization','civilisation','حضارة','الحضارة','ثقافة'}
                , wikidata = {property='P2596'}
	   },
	   {type = 'row' 
                , label = '[[:en:Rundata]] ID'
                , value ={'rune_id'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = '[[:en:Runestone styles|Style]]'
                , value ={'rune_style'}
                --, wikidata = {property='P'}
	   },
	   {type = 'row' 
                , label = '[[:en:Runemaster]]'
                , value ={'rune_master'}
                --, wikidata = {property='P'}
	   },
	}}
 }
}