« Module:Infobox/Matériau » : différence entre les versions
m Kharmitch a déplacé la page Module:Infobox/Composant vers Module:Infobox/Matériau sans laisser de redirection : Titre mal orthographié : Sur les séquences, on peut voir Materials. Donc Matériau semble plus approprié |
En vérité, on a très peu d'info pour l'instant donc on se contente du minimum et on ajoutera au fur et à mesure |
||
Ligne 9 : | Ligne 9 : | ||
title = "Propriétés", | title = "Propriétés", | ||
rows = { | rows = { | ||
{type = "row", label = "Poids", value = "poids"}, | {type = "row", label = "Poids", value = "poids"}, | ||
{type = "row", label = "Valeur", value = "valeur"}, | {type = "row", label = "Valeur", value = "valeur"}, | ||
} | } | ||
}, | }, | ||
Ligne 19 : | Ligne 17 : | ||
title = "Artisanat", | title = "Artisanat", | ||
rows = { | rows = { | ||
{type = "row", label = " | {type = "row", label = "Matériau de", value = "matériau de"}, | ||
} | } | ||
}, | }, |
Version du 20 janvier 2023 à 18:44
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 = {
{type = "row", label = "Matériau de", value = "matériau de"},
}
},
general.creation_kit()
}
}