20 291
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 28 : | Ligne 28 : | ||
{ type = "row", label = "Média", value = "média" }, | { type = "row", label = "Média", value = "média" }, | ||
{ type = "row", label = "Système", value = "système" } | { type = "row", label = "Système", value = "système" } | ||
}}, | |||
{ 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