« Module:Infobox/Société » : différence entre les versions
Aucun résumé des modifications |
Ajout d'une ligne "dirigeants" |
||
(2 versions intermédiaires par un autre utilisateur non affichées) | |||
Ligne 15 : | Ligne 15 : | ||
title = "Activités", | title = "Activités", | ||
rows = { | rows = { | ||
{type = "row", label = " | {type = "row", label = "Activités", value = "activité"}, | ||
{type = "row", label = "Produits", value = "produits"} | {type = "row", label = "Produits", value = "produits"} | ||
} | } | ||
Ligne 24 : | Ligne 24 : | ||
rows = { | rows = { | ||
{type = "row", label = "Fondateur", value = "fondateur"}, | {type = "row", label = "Fondateur", value = "fondateur"}, | ||
{type = "row", label = "Dirigeants", value = "dirigeants"}, | |||
{type = "row", label = "Employés", value = "employés"} | {type = "row", label = "Employés", value = "employés"} | ||
} | } |
Dernière version du 6 novembre 2023 à 23:54
return {
parts = {
{
type = "title",
value = "titre",
subtitle = "sous-titre",
},
{
type = "images",
imageparameters = {"image", "image2", "image3", "image4", "image5"},
captionparameter = "légende",
},
{
type = "table",
title = "Activités",
rows = {
{type = "row", label = "Activités", value = "activité"},
{type = "row", label = "Produits", value = "produits"}
}
},
{
type = "table",
title = "Personnalités",
rows = {
{type = "row", label = "Fondateur", value = "fondateur"},
{type = "row", label = "Dirigeants", value = "dirigeants"},
{type = "row", label = "Employés", value = "employés"}
}
},
{
type = "table",
title = "Propriétés",
rows = {
{type = "row", label = "Planète", value = "planète"},
{type = "row", label = "Siège social", value = "siège"},
{type = "row", label = "Propriétés", value = "propriétés"}
}
},
{
type = "table",
title = "Relations",
rows = {
{type = "row", label = "Société mère", value = "société mère"},
{type = "row", label = "Filiale", value = "filiale"},
{type = "row", label = "Associé", value = "associé"}
}
},
}
}