Module:Infobox/Métier

La documentation pour ce module peut être créée à Module:Infobox/Métier/doc

local generic = require "Module:Infobox/Fonctions"
local wikidatamodule = require "Module:Wikidata"

return 
	{
	maincolor = '#B4464B',
    thirdcolor = 'white',
 	parts =
    	{
			generic.title(),
			generic.mainimage('Atik pou ilistre metye'),
			{type = 'table',  title = 'Prezantasyon',
				rows = 	{
				{type = 'row', label = 'Fòm maskilen', plurallabel = 'Maskilen', value = 'maskilen'},
				{type = 'row', label = 'Fòm feminen', plurallabel = 'Feminen', value = 'feminen'},
				{type = 'row', label = 'Lòt apelasyon', plurallabel = 'Apelasyon', value = 'apelasyon'},
				{type = 'row', label = 'Estati', plurallabel = 'Estati', value = 'estati'},
				{type = 'row', label = 'Sektè', plurallabel = 'Sektè aktivite', value = 'sektè aktivite', property = 'P101'},
				{type = 'row', label = 'Metye vwazen', value = 'metyen vwazen'},
				},
			},
			{type = 'table',  title = 'Konpetans',
				rows = 	{
				{type = 'row', label = 'Konpetans reki', value = 'konpetans'},
				{type = 'row', label = '[[Lis diplòm|Diplòm reki]]', value = 'fòmasyon'},
				{type = 'row', label = 'Evolisyon karyè', value = 'pèspektiv'},
				},
			},
			{type = 'table',  title = 'Fonksyon',
				rows = 	{
				{type = 'row', label = 'Salè', value = 'salè'},
				{type = 'row', label = 'Avantaj', value = 'avantaj'},
				{type = 'row', label = 'Kontrent', value = 'kontrent'},
				{type = 'row', label = 'Difikilte', value = 'Difikilte'},
				{type = 'row', label = 'Orè', value = 'orè'},
				{type = 'row', label = 'Risk', value = 'risk'},
				},
			},
			{type = 'table', title = 'Kòd',
				rows = 	{
				{type = 'row', label = '[[Classification internationale type des professions|CITP]]', value = 'code 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 = 'code CNP',
					wikidata = {property= 'P918', urlpattern = 'http://www5.hrsdc.gc.ca/NOC/Francais/CNP/2011/ProfilRechercheRapide.aspx?val1=$1'}
				},
				{type = 'row', label = '[[Familles_professionnelles_en_France|FAP]] ([[France]])', value = 'code FAP'},
				{type = 'row', label = '[[Office national d\'information sur les enseignements et les professions|IDEO]] ([[France]])', value = 'code IDEO',
					wikidata = {property= 'P1043', urlpattern = 'http://www.onisep.fr/http/redirection/metier/identifiant/$1'}
				},
				{type = 'row', label = '[[Direction générale Statistique (Belgique)|Statbel]] ([[Belgique]])', value = 'code INS'},
				{type = 'row', label = '[[Professions et catégories socioprofessionnelles en France|PCS]] ([[France]])', value = 'code PCS'},
				{type = 'row', label = '[[Répertoire opérationnel des métiers et des emplois|ROME]] ([[France]])', value = 'code ROME',
					wikidata = {property= 'P867', urlpattern = 'http://recrutement.pole-emploi.fr/fichesrome/ficherome?codeRome=$1'}
				},
				{type = 'row', label = 'SEFRI ([[Swis]])', value = 'code SEFRI', property = 'P1024'},
				}
			}
		}
	}