وحدة:بطاقة/قالب/طريقة علمية
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة طريقة علمية}}.
local generic = require "وحدة:بطاقة/أدوات"
return {
maincolor = '#B33324',
secondcolor = '#666',
thirdcolor = '#FFF',
wikimod = 'Wikidata.Ca',
parts = {
generic.title(),
generic.mainimage(),
{type = 'table', title = 'معلومات عامة',
rows = {
{type = 'mixed', label = 'الطبيعة'
, value = 'طبيعة'
, property='P31'
},
{type = 'mixed', label = 'فرع من'
, value = 'فرع من'
, property='P279'
},
{type = 'mixed', label = 'الاختصار'
, value = {'اختصار', 'abbreviation', 'shortname'}
, wikidata = {
property = 'P1449 OR P1813'
}},
{type = 'mixed', label = 'المخترع'
, value = {'مخترع','inventor'}
, wikidata={property='P61', conjunction='<br />'}
},
{type = 'mixed', label = "تاريخ الاختراع"
, value = {"تاريخ_الاختراع"}
, wikidata = {property = {'P575'}}
},
{type = 'mixed', label = 'أثبته'
, value = {'أثبته','proved_by'}
, wikidata = {property = 'P1318' }
},
{type = 'mixed', label = 'سمّي باسم'
, value = {'سمي باسم','named_after'}
, property = 'P138'
},
{type = 'mixed', label = 'وصفه'
, value = 'وصفه'
, wikidata={property='P1343', conjunction='<br />'}
},
{type = 'mixed', label = 'جانب من'
, value = 'جانب_من'
, property='P1269'
},
{type = 'mixed', label = 'الصيغة'
, value = {'صيغة','formula'}
, property='P2534'
}
}
}
}
}