20 398
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 9 : | Ligne 9 : | ||
if objectName or index == '' then | if objectName or index == '' then | ||
objectTable = { type = 'table', title = objectName, separator = hasSeparator, rows = { | objectTable = { type = 'table', title = objectName, separator = hasSeparator, rows = { | ||
{ type = 'table', title = ' | { type = 'table', title = 'Caractéristiques', rows = { | ||
{ type = 'row', label = 'Résistance aux dégâts', value = 'rd' .. index }, | { type = 'row', label = 'Résistance aux dégâts', value = 'rd' .. index }, | ||
{ type = 'row', label = 'Résistance aux radiations', value = 'rr' .. index }, | { type = 'row', label = 'Résistance aux radiations', value = 'rr' .. index }, | ||
Ligne 18 : | Ligne 18 : | ||
{ type = 'row', label = 'Valeur', value = 'valeur' }, | { type = 'row', label = 'Valeur', value = 'valeur' }, | ||
{ type = 'row', label = 'Classe', value = 'classe' }, | { type = 'row', label = 'Classe', value = 'classe' }, | ||
}}, | |||
{ type = 'table', title = 'Autres', rows = { | |||
{ type = 'row', label = 'Quêtes', value = 'quêtes' }, | { type = 'row', label = 'Quêtes', value = 'quêtes' }, | ||
{ type = 'row', label = 'Variantes', value = 'variante' .. index }, | { type = 'row', label = 'Variantes', value = 'variante' .. index }, | ||
Ligne 23 : | Ligne 25 : | ||
{ type = 'row', label = 'Effets', value = 'effets' }, | { type = 'row', label = 'Effets', value = 'effets' }, | ||
{ type = 'row', label = 'Réparation', value = { 'réparation' .. index, 'reparation' .. index }}, | { type = 'row', label = 'Réparation', value = { 'réparation' .. index, 'reparation' .. index }}, | ||
}}, | |||
{ type = 'table', title = 'Technique', collapseparameters = { collapsible = true, collapsed = true }, rows = { | |||
{ type = 'row', label = '[[Editor ID]]', value = 'editorid' .. index }, | { type = 'row', label = '[[Editor ID]]', value = 'editorid' .. index }, | ||
{ type = 'row', label = '[[Form ID]]', value = 'formid' .. index } | { type = 'row', label = '[[Form ID]]', value = 'formid' .. index } |
modifications