20 254
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 21 : | Ligne 21 : | ||
{ type = "row", label = "Musique", value = "musique", "compositeurs", "compositeur" }, | { type = "row", label = "Musique", value = "musique", "compositeurs", "compositeur" }, | ||
{ type = "row", label = "Société(s) de production", value = "sociétés de production", "sociétés", "société" }, | { type = "row", label = "Société(s) de production", value = "sociétés de production", "sociétés", "société" }, | ||
}}, | |||
{ type = 'table', rows = { | |||
{ type = 'succession', value = { | |||
before = function(localdata) return localdata['précédent'] end, | |||
after = function(localdata) return localdata['suivant'] end | |||
}}, | |||
{ type = 'row1col', value = { 'partie de' } } | |||
}}, | }}, | ||
{ type = "text", value = "pied" } | { type = "text", value = "pied" } | ||
} | } | ||
} | } |
modifications