Module:Infobox/Société
Apparence
[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é.
La documentation de ce module est générée par le modèle {{Documentation module}}.
Elle est incluse depuis la page Modèle:Documentation module d'infobox. Veuillez placer les catégories sur cette page-là.
Les éditeurs peuvent travailler dans le bac à sable (créer).
Voir les statistiques d'appel depuis le wikicode sur l'outil wstat et les appels depuis d'autres modules.
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 = 'Fondateur', plurallabel = 'Fondateurs', value = 'fondateur', property = 'P112'},
{type = 'row', label = 'Forme juridique', value = 'forme', property= 'P1454'},
{type = 'row', label = 'Industrie', plurallabel = 'Industries', value = 'industrie', property = 'P452'},
{type = 'row', label = 'Siège social', value = 'siège (ville)', wikidata = {property = 'P159', showqualifiers = 'P17', conjtype = '<br />'}},
{type = 'row', label = 'Directeur', plurallabel = 'Directeurs', value = 'directeur', wikidata = {property = 'P1037', showdate = true, sorttype = 'chronological'}},
{type = 'row', label = 'Effectifs', value = 'effectif', property = 'P1128'},
{type = 'row', label = 'Zone de couverture', value = 'couverture'},
{type = 'row', label = '[[Société mère]]', plurallabel = '[[Société mère|Sociétés mères]]', value = 'mère', property = 'P749'},
{type = 'row', label = '[[Filiale]]', plurallabel = '[[Filiale]]s', value = 'fille', property = 'P355'},
{type = 'row', label = 'Chiffre d’affaires', value = 'chiffre d’affaires'},
{type = 'row', label = 'Résultat net', value = 'résultat net'},
{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(),
}
}
}
}