Module:Infobox/Pouvoir

De Starfield Wiki
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(),
    }
}