62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 32 : | Ligne 32 : | ||
{ type = 'table', separator = true, rows = { | { type = 'table', separator = true, rows = { | ||
{ type = 'row', label = 'Rôle', value = 'rôle' }, | { type = 'row', label = 'Rôle', value = 'rôle' }, | ||
{ type = 'row', label = 'Affiliation', value = ' | { type = 'row', label = 'Affiliation', value = 'affiliation' }, | ||
}}, | }}, | ||
{ type = 'table', separator = true, rows = { | { type = 'table', separator = true, rows = { | ||
{ type = 'row', label = 'Média', value = 'média' }, | { type = 'row', label = 'Média', value = 'média' }, | ||
{ type = 'row', label = 'Créateur', value = 'créateur' }, | { type = 'row', label = 'Créateur', value = 'créateur' }, | ||
{ type = 'row', label = ' | { type = 'row', label = 'Propriétaire', value = 'propriétaire' }, | ||
{ type = 'row', label = 'Apparitions', value = function() return apparition end } | { type = 'row', label = 'Apparitions', value = function() return apparition end } | ||
}}, | }}, |
modifications