Module:Infobox/Succès

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

return {
    parts = {
        general.title(),
        general.image(),
        {
            type = "table",
            separator = true,
            rows = {
                {type = "row", label = "Exigences", value = "exigences"},
                {type = "row", label = "Points", value = "points"},
            }
        },
        general.creation_kit(),
    }
}