Module:Infobox/Pouvoir

Révision datée du 21 décembre 2023 à 07:12 par J. Hodgson (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Documentation[voir] [modifier] [purger]
local general = require("Module:Infobox/Fonctions")

return {
    parts = {
        general.title(),
        general.image(),
        {
            type = "table",
            title = "Informations générales",
            rows = {
                {type = "row", label = "Coût", value = "coût"},
                {type = "row", label = "Temple associé", value = "temple"},
                {type = "row", label = "Localisation", value = "localisation"},
                {type = "row", label = "Usage", value = "usage"},
            },
        },
        general.creation_kit(),
    }
}