Module:Infobox/Succès/Documentation
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(), } }