Módulo:Infobox/Vestuário

Permanently protected module
Origem: Wikipédia, a enciclopédia livre.
Documentação do módulo[ver] [editar] [histórico] [purgar]


Módulo de suporte de infocaixas

Ver também

local general = require "Módulo:Infobox/Funções"

return
    {
        maincolor = '#DFEDFF',
        parts =
        {
            general.title(),
            general.mainimage('!Artigos sem imagems'),
            {type = 'table', title = 'Características', rows = {
                {type = 'row', label = 'Tipo', value = 'tipo', property = 'P279'},
                {type = 'row', label = 'Material', value = 'material', property = 'P186'},
                {type = 'row', label = 'Fabricante', value = 'fabricante', property = 'P176'},
                {type = 'row', label = 'Origem', value = {'origem', "país de origem"}, property = 'P495'},
                }
            }
        }
    }