local general = require("Module:Infobox/Fonctions")
return {
parts = {
general.title(),
general.image(),
{
type = "table",
title = "Propriétés",
rows = {
{type = "row", label = "Symbole", value = "symbole"},
{type = "row", label = "Poids", value = "poids"},
{type = "row", label = "Valeur", value = "valeur"},
{type = "row", label = "Rareté", value = "rareté"},
}
},
{
type = "table",
title = "Artisanat",
rows = {
{type = "row", label = "Matériau de", value = "matériau de"},
}
},
general.creation_kit()
}
}