وحدة:بطاقة/قالب/مؤشر مالي
هذه الصفحة شرح لوحدة من وحدات البطاقات المبنية اعتمادا على وحدة:بطاقة. وتستعمل في {{بطاقة مؤشر مالي}}.
local generic = require "وحدة:بطاقة/أدوات"
return {
maincolor = '#F0B020',
parts = {
generic.title(),
generic.logo(),
generic.mainimage(),
{type='table', rows = {
{type = 'mixed', label = 'التأسيس', value = {'تأسيس','foundation'}, property = 'P571'},
{type = 'mixed', label = 'النوع', value = {'نوع','cap_level'}},
{type = 'mixed', label = 'المدير', value = {'مدير','operator'}},
{type = 'mixed', label = 'طرق<br>الترجيح', value = {'طرق الترجيح','weighting'}},
{type = 'mixed', label = '[[بورصة]]', value = {'تبادلات','exchanges'}},
{type = 'mixed', label = 'المكونات', value = {'مكونات','constituents'}},
generic.website('site'),
}},
{type='table', title = 'بيانات وأرقام', rows = {
{type = 'mixed', label = '[[القيمة السوقية]]', value = {'قيمة','mcap'}},
{type = 'mixed', label = 'مؤشرات <br>شبيهة', value = {'مؤشرات شبيهة','related'}},
{type = 'mixed', label = '[[ISO 6166]]', value = 'iso6166', wikidata = {property= 'P946'}},
{type = 'mixed', label = '[[رمز التداول]]', value = 'رمز', wikidata = {property= 'P249'},
}
}}
}
}