Módulo:Infobox/Partícula

local general = require "Module:Infobox/Funções"

return
    {
        maincolor = '#C0C0C0',
        parts =
        {
            general.title(),
            general.mainimage('!Artigos sem imagens'),
            {type = 'table', title = 'Propriedades gerais', rows = {
                {type = 'row', label = 'Classificação', value = 'classificação'},
                {type = 'row', label = 'Composição', value = 'composição'},
                {type = 'row', label = 'Família', value = 'famiília'},
                {type = 'row', label = 'Grupo', value = 'grupo'},
                {type = 'row', label = '[[Geração (física)|Geração]]', value = 'geração'},
                {type = 'row', label = '[[Força fundamental|Interação]]', value = 'interação', property = 'P517'},
                {type = 'row', label = 'Símbolo(s)', value = 'símbolo'},
                {type = 'row', label = 'Tipos', value = 'num_tipos', property = 'P31'},
                {type = 'row', label = 'Suclasse de', value = 'subclasse', property = 'P279'},
                {type = 'row', label = '[[Antipartícula]]:', value = 'antipartícula', property = 'P2152'},
                {type = 'row', label = 'Parte de', value = 'parte de', property = 'P361'},
                {type = 'row', label = 'Sucedido por', value = 'sucedido', property = 'P156'},
                {type = 'row', label = 'Precedido por', value = 'sucedido', property = 'P157'},
                }
            },
            {type = 'table', title = 'Propriedades físicas', rows = {
                {type = 'row', label = 'Massa', value = 'massa', property = 'P2067'},
                {type = 'row', label = '[[Carga elétrica]]', value = 'carga_elétrica', property = 'P2200'},
                {type = 'row', label = '[[Radiação]]', value = 'radiação'},
                {type = 'row', label = '[[Momento do dipolo elétrico]]', value = 'momento_do_dipolo_elétrico'},
                {type = 'row', label = 'Polarizabilidade elétrica', value = 'polarizabilidade_elétrica'},
                {type = 'row', label = '[[Momento magnético]]', value = 'momento_magnético', property = 'P2069'},
                {type = 'row', label = 'Polarização magnética', value = 'polarização_magnética'},
                {type = 'row', label = '[[Carga de cor]]', value = 'carga_de_cor'},
                {type = 'row', label = '[[Spin]]', value = 'spin', property = 'P1127'},
                {type = 'row', label = 'Estado spin', value = 'num_spin', property = 'P1126'},
                {type = 'row', label = 'Paridade', value = 'paridade', property = 'P1123'},
                {type = 'row', label = 'Meia vida', value = 'meia vida'},
                {type = 'row', label = 'Forma condensada', value = 'isospin'},
                {type = 'row', label = '[[Número leptônico]]', value = 'numero_leptonico'},
                {type = 'row', label = '[[Número bariônico', value = 'numero_barionico'},
                {type = 'row', label = '[[Estranheza (física)|Estranheza]]', value = 'estranheza'},
                }
            },
            {type = 'table', title = 'História', rows = {
                {type = 'row', label = 'Predição', value = 'predição'},
                {type = 'row', label = 'Descoberta', value = 'descoberta'},
                {type = 'row', label = 'Descobridor', value = 'descobridor', property = 'P61'},
                }
            }
        }
    }