Module:Infobox/Métier

Une page de Wikipédia, l'encyclopédie libre.

 Documentation[voir] [modifier] [historique] [purger]

Cette page définit un module d'infobox. Pour les conseils sur l'usage de ce module, voyez Modèle:Infobox Métier.


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

return 
	{
	maincolor = '#B4464B',
    thirdcolor = 'white',
 	parts =
    	{
			generic.title(),
			generic.mainimage('Article à illustrer Métier'),
			{type = 'table',  title = 'Présentation',
				rows = 	{
				{type = 'row', label = 'Forme masculine', plurallabel = 'Masculin', value = 'masculin'},
				{type = 'row', label = 'Forme féminine', plurallabel = 'Féminin', value = 'féminin'},
				{type = 'row', label = 'Autres appellations', plurallabel = 'Appellations', value = 'appellations'},
				{type = 'row', label = 'Statut', plurallabel = 'Statut', value = 'statut'},
				{type = 'row', label = 'Secteur', plurallabel = 'Secteurs d\'activité', value = 'secteur d\'activité', property = 'P101'},
				{type = 'row', label = 'Métiers voisins', value = 'métiers voisins'},
				},
			},
			{type = 'table',  title = 'Compétences',
				rows = 	{
				{type = 'row', label = 'Compétences requises', value = 'compétences'},
				{type = 'row', label = '[[Liste des diplômes|Diplômes requis]]', value = 'formation'},
				{type = 'row', label = 'Évolutions de carrière', value = 'perspectives'},
				},
			},
			{type = 'table',  title = 'Fonction',
				rows = 	{
				{type = 'row', label = 'Salaire', value = 'salaire'},
				{type = 'row', label = 'Avantages', value = 'avantages'},
				{type = 'row', label = 'Contraintes', value = 'contraintes'},
				{type = 'row', label = 'Pénibilité', value = 'pénibilité'},
				{type = 'row', label = 'Horaires', value = 'horaires'},
				{type = 'row', label = 'Risques', value = 'risques'},
				},
			},
			{type = 'table', title = 'Codes',
				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 ([[Suisse]])', value = 'code SEFRI', property = 'P1024'},
				}
			}
		}
	}