62 737
modifications
mAucun résumé des modifications |
Aucun résumé des modifications |
||
(2 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 6 : | Ligne 6 : | ||
if localdata['jeux'..index] then | if localdata['jeux'..index] then | ||
if | if abb.links({ localdata['jeux'..index] }) then | ||
row = { type = 'table', title = abb.links({ localdata['jeux'..index], 'Aptitudes' }), rows = { | row = { type = 'table', title = abb.links({ localdata['jeux'..index], 'Aptitudes' }), rows = { | ||
{ type = 'row', label = 'SPECIAL', value = 'special'..index }, | { type = 'row', label = 'SPECIAL', value = 'special'..index }, | ||
Ligne 12 : | Ligne 12 : | ||
{ type = 'row', label = 'Rangs', value = 'rangs'..index }, | { type = 'row', label = 'Rangs', value = 'rangs'..index }, | ||
{ type = 'row', label = 'Effets', value = 'effets'..index }, | { type = 'row', label = 'Effets', value = 'effets'..index }, | ||
{ type = 'row', label = '[[Form | { type = 'row', label = '[[Form ID]]', value = { 'formid'..index, 'baseid'..index }} | ||
}} | }} | ||
end | end |
modifications