Module:Infobox/Organisation
Apparence
[voir] [modifier] [historique] [purger]
Cette page définit un module d'infobox. Elle utilise des fonctions définies sur Module:Infobox/Fonctions/Organisation. Pour les conseils sur l'usage de ce module, voyez Modèle:Infobox Organisation2.
La documentation de ce module est générée par le modèle {{Documentation module}}.
Elle est incluse depuis sa sous-page de documentation. Veuillez placer les catégories sur cette page-là.
Les éditeurs peuvent travailler dans le bac à sable (modifier).
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.logo('Article à illustrer Entreprise'),
generic.mainimage('Article à illustrer Entreprise'),
{type = 'table',
rows = {
{type = 'row', label = 'Création', value = 'date de création', property = 'P571'},
{type = 'row', label = 'Dissolution', value = 'dissolution', property = 'P576'},
{type = 'row', label = 'Forme juridique', value = 'forme juridique', wikidata = {property = 'P1454', showdate = true, sorttype = 'chronological'}},
{type = 'row', label = 'Siège social', value = 'siège (ville)', wikidata = {property = 'P159', showqualifiers = 'P17', conjtype = '<br />'}},
{type = 'row', label = 'Secteur d’activité', plurallabel = 'Secteurs d’activité', value = 'industrie', property = 'P452'},
{type = 'row', label = 'Produit', plurallabel = 'Produits', value = 'produit', property = 'P1056'},
{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 = 'Direction', value = 'direction', 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 = 'Propriétaire', plurallabel = 'Propriétaires', value = 'propriétaire', wikidata = {property = 'P127', 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', wikidata = {property = 'P749', showdate = true, sorttype = 'chronological'}},
{type = 'row', label = 'Branche', plurallabel = 'Branches', value = 'branche', property = 'P199'},
{type = 'row', label = 'Partenaire', plurallabel = 'Partenaires', value = 'partenaire', property = 'P2652'},
{type = 'row', label = 'Chiffre d’affaires', value = 'chiffre d’affaires', wikidata = {property = 'P2139', showdate = true, sorttype = 'chronological'}},
{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 = 'Cotation', plurallabel = 'Cotations', value = 'cotation', wikidata = {property = 'P414', showqualifiers = 'P249', conjtype = '<br />'}},
{type = 'row', label = 'Notation', value = 'notation'},
{type = 'row', label = 'Organe de presse', plurallabel = 'Organes de presse', value = 'organe de presse', property = 'P2813'},
{type = 'row', label = 'Slogan', value = 'slogan'},
{type = 'row', label = 'SIREN', value = 'identifiant', wikidata = {property = 'P1616'}},
{type = 'row', label = "Zone opérationnelle", value = "zone opérationnelle", wikidata = {property = 'P2541'}},
generic.website(),
}
}
}
}