« Module:Infobox/Société » : différence entre les versions
Aucun résumé des modifications |
mAucun résumé des modifications |
||
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"} | ||
} | } |
Version du 10 janvier 2023 à 16:17
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 = "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é"}
}
},
}
}