62 737
modifications
mAucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 35 : | Ligne 35 : | ||
{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = buildSubject(localdata['type']), link = buildLink(localdata['type']) }}, | { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = buildSubject(localdata['type']), link = buildLink(localdata['type']) }}, | ||
{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }}, | { type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }}, | ||
{ type = 'row', label = 'Nom original', value = 'nom original' }, | { type = 'table', title = 'Informations', rows = { | ||
{ type = 'row', label = 'Nom original', value = 'nom original' }, | |||
{ type = 'row', label = 'Variantes', value = 'variantes' }, | |||
{ type = 'row', label = 'Localisation', value = 'localisation' }, | |||
{ type = 'row', label = 'Affiliation', value = 'affiliation' }, | |||
{ type = 'row', label = 'Fichier dialogue', value = 'dialogue' } | |||
}}, | |||
{ type = 'text', value = 'pied' } | { type = 'text', value = 'pied' } | ||
} | } | ||
} | } |
modifications