Module:Infobox/Consommable
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()
}
}