Module:Infobox/Société

De Starfield Wiki
Documentation[voir] [modifier] [purger]
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é"}
            }
        },
    }
}