20 291
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 7 : | Ligne 7 : | ||
{ type = 'row', label = 'Début', value = 'début' }, | { type = 'row', label = 'Début', value = 'début' }, | ||
{ type = 'row', label = 'Fin', value = 'fin' }, | { type = 'row', label = 'Fin', value = 'fin' }, | ||
}}, | |||
{ 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