2 557
modifications
Aucun résumé des modifications |
maintenance |
||
Ligne 1 : | Ligne 1 : | ||
local general = require("Module:Infobox/Fonctions") | |||
return { | return { | ||
parts = { | parts = { | ||
general.title(), | |||
general.image(), | |||
{ | { | ||
type = "table", | type = "table", | ||
Ligne 49 : | Ligne 43 : | ||
{type = "row", label = "Division", value = "divisions"}, | {type = "row", label = "Division", value = "divisions"}, | ||
{type = "row", label = "Relation", value = "relations"}, | {type = "row", label = "Relation", value = "relations"}, | ||
} | }, | ||
}, | }, | ||
general.creation_kit(), | |||
} | } | ||
} | } |