« Module:Infobox/Consommable » : différence entre les versions

De Starfield Wiki
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balise : Révocation manuelle
Ligne 17 : Ligne 17 :
             title = "Artisanat",
             title = "Artisanat",
             rows = {
             rows = {
            }
        },
        {
            type = "table",
            title = "Technique",
            rows = {
{ type = 'row', label = 'Editor ID', value = 'editor id' },
{ type = 'row', label = '[[Form ID]]', value = 'formid' },
             }
             }
         },
         },

Version du 27 août 2023 à 17:13

Documentation[voir] [modifier] [purger]
local general = require("Module:Infobox/Fonctions")

return {
    parts = {
        general.title(),
        general.image(),
        {
            type = "table",
            title = "Propriétés",
            rows = {
                {type = "row", label = "Poids", value = "poids"},
                {type = "row", label = "Valeur", value = "valeur"},
            }
        },
        {
            type = "table",
            title = "Artisanat",
            rows = {
            }
        },
        general.creation_kit()
    }
}