62 737
modifications
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildSuccess(localdata) local success = nil local icon = require('Module:Icône') if localdata['achèv… » |
mAucun résumé des modifications |
||
Ligne 39 : | Ligne 39 : | ||
{ type = 'row', label = 'Tâche', value = 'tâche' }, | { type = 'row', label = 'Tâche', value = 'tâche' }, | ||
{ type = 'row', label = 'Requiert', value = 'requiert' }, | { type = 'row', label = 'Requiert', value = 'requiert' }, | ||
{ type = 'row', label = 'Récompense', value = ' | { type = 'row', label = 'Récompense', value = 'récompense' }, | ||
{ type = 'row', label = 'Succès', value = function (localdata) return buildSuccess(localdata) end }, | { type = 'row', label = 'Succès', value = function (localdata) return buildSuccess(localdata) end }, | ||
{ type = 'row', label = 'Répétition', value = 'répétition' }, | { type = 'row', label = 'Répétition', value = 'répétition' }, |
modifications