Documentação do módulo[ver] [editar] [histórico] [purgar]

Descrição

Este módulo tem funções auxiliares para criar infocaixas

Uso

Outra documentação:

local generic = require "Módulo:Infobox/Funções"
local wikidatamodule = require "Módulo:Infobox/Wikidata"

return
    {
    maincolor = 'lightsteelblue',
     parts =
        {
            generic.title(),
            generic.mainimage('!Artigos sem imagens'),
            {type = 'table',
                rows =     {
                {type = 'row', label = 'Nome', plurallabel = 'Nomes', value = 'nomes_oficiais'},
                {type = 'row', label = 'Tipo', plurallabel = 'Tipos', value = 'tipo'},
                {type = 'row', label = 'Setor de atividade', plurallabel = 'Setores de atividade', value = 'setor_atividade', property = 'P101'},
                {type = 'row', label = 'Competências', value = 'competências'},
                {type = 'row', label = 'Educação requirida', value = 'formação'},
                {type = 'row', label = 'Campos de trabalho', value = 'campos_trabalho'},
                {type = 'row', label = 'Empregos relacionadas', value = 'ocupação_relacionada'},
                {type = 'row', label = 'Salário médio', value = 'salário_médio'},
                {type = 'row', label = 'Impedimentos', value = 'impedimentos'},
                {type = 'row', label = 'Horários', value = 'horários'},
                {type = 'row', label = 'Riscos', value = 'riscos'},
                },
            },
            {type = 'table', title = 'Códigos',
                rows =     {
                {type = 'row', label = 'CITP', value = 'código CITP',
                    wikidata = {property = 'P952', urlpattern = 'http://www5.rhdcc.gc.ca/CNP/Francais/CNP/2011/Profil.aspx?val=7&val1=$1'}   
                },
                {type = 'row', label = 'CNP (Québec)', value = 'código CNP',
                    wikidata = {property= 'P918', urlpattern = 'http://www5.hrsdc.gc.ca/NOC/Francais/CNP/2011/ProfilRechercheRapide.aspx?val1=$1'}
                },
                {type = 'row', label = '[[:fr:Familles_professionnelles_en_France|FAP]] (França)', value = 'código FAP'},
                {type = 'row', label = '[[:fr:Office national d\'information sur les enseignements et les professions|IDEO]] (França)', value = 'código IDEO',
                    wikidata = {property= 'P1043', urlpattern = 'http://www.onisep.fr/onisep-portail/portal/media-type/html/group/gp/page/interieur.espace.guide.metiers.detail/js_peid/InitGuideResultatDetail/js_peid/GuideResultatMetiersDetail?typeRecherche=metierParNom&ficheIdeo=$1'}
                },
                {type = 'row', label = 'INS (Bélgica)', value = 'code INS'},
                {type = 'row', label = '[[:fr:Professions et catégories socioprofessionnelles en France|PCS]] (França)', value = 'código PCS'},
                {type = 'row', label = '[[:fr:Répertoire opérationnel des métiers et des emplois|ROME]] (França)', value = 'código ROME',
                    wikidata = {property= 'P867', urlpattern = 'http://recrutement.pole-emploi.fr/fichesrome/ficherome?codeRome=$1'}
                },
                {type = 'row', label = 'SEFRI (Suíça)', value = 'código SEFRI', property = 'P1024'},
                }
            }
        }
    }