Module:Infobox/Pouvoir
local general = require("Module:Infobox/Fonctions")
return {
parts = {
general.title(),
general.image(),
{
type = "table",
title = "Informations générales",
rows = {
{type = "row", label = "Coût", value = "coût"},
{type = "row", label = "Temple associé", value = "temple"},
{type = "row", label = "Usage", value = "usage"},
},
},
general.creation_kit(),
}
}