Aller au contenu

Module:Infobox/Société

Une page de Wikipédia, l'encyclopédie libre.
Ceci est une version archivée de cette page, en date du 20 novembre 2015 à 16:24 et modifiée en dernier par Jérémy-Günther-Heinz Jähnick (discuter | contributions) (P2295 pour indiquer le résultat net). Elle peut contenir des erreurs, des inexactitudes ou des contenus vandalisés non présents dans la version actuelle.

 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 Société.


local generic = require "Module:Infobox/Fonctions"

return 	{
	maincolor = '#F2F2F2',
 	parts =
    	{
			generic.title(),
			generic.mainimage(),
			{type = 'table', 
				rows = 	{
				{type = 'row', label = 'Date de fondation', value = 'fondation', property = 'P571'},
				{type = 'row', label = 'Date de dissolution', value = 'dissolution', property = 'P576'},
				{type = 'row', label = 'Forme juridique', value = 'forme', property= 'P1454'},
				{type = 'row', label = 'Siège social', value = 'siège (ville)', wikidata = {property = 'P159', showqualifiers = 'P17', conjtype = '<br />'}},
				{type = 'row', label = 'Industrie', plurallabel = 'Industries', value = 'industrie', property = 'P452'},
				{type = 'row', label = 'Produit', plurallabel = 'Produits', value = 'produit', property = 'P1052'},
				{type = 'row', label = 'Zone de couverture', value = 'couverture'},
				{type = 'row', label = 'Effectifs', value = 'effectif', wikidata = {property = 'P1128', showdate = true, sorttype = 'chronological'}},
				{type = 'row', label = 'Fondateur', plurallabel = 'Fondateurs', value = 'fondateur', property = 'P112'},
				{type = 'row', label = 'PDG', value = 'pdg', wikidata = {property = 'P169', showdate = true, sorttype = 'chronological'}},
				{type = 'row', label = 'Président', plurallabel = 'Présidents', value = 'président', wikidata = {property = 'P488', showdate = true, sorttype = 'chronological'}},
				{type = 'row', label = 'Directeur', plurallabel = 'Directeurs', value = 'directeur', wikidata = {property = 'P1037', showdate = true, sorttype = 'chronological'}},
				{type = 'row', label = 'Société mère', plurallabel = '[[Société mère|Sociétés mères]]', value = 'société mère', property = 'P749'},
				{type = 'row', label = 'Branche', plurallabel = 'Branches', value = 'branche', property = 'P199'},
				{type = 'row', label = 'Filiale', plurallabel = 'Filiales', value = 'filliale', property = 'P355'},
				{type = 'row', label = 'Chiffre d’affaires', value = 'chiffre d’affaires'},
				{type = 'row', label = 'Résultat net', value = 'résultat net', wikidata = {property = 'P2295', showdate = true, sorttype = 'chronological'}},
				{type = 'row', label = 'Capitalisation boursière', value = 'capitalisation', wikidata = {property = 'P2226', showdate = true, sorttype = 'chronological'}},
				{type = 'row', label = 'Notation', value = 'notation'},
				{type = 'row', label = 'Slogan', value = 'slogan'},
				generic.website(),
				}
			}
		}
	}