« Module:Infobox/Défi » : différence entre les versions

Harmonisation des identifiants techniques
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Kharmitch (discussion | contributions)
Harmonisation des identifiants techniques
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 20 : Ligne 20 :
if gamerscore then
if gamerscore then
success = success ..'<span style="padding-left:4px;">'.. icon.build({ 'gamerscore' }) ..'</span>'
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'gamerscore' }) ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. gamerscore ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. gamerscore ..'</span>'
end
end
if trophy then
if trophy then
success = success ..'<span style="padding-left:4px;">'.. icon.build({ 'trophéeps3' }) ..'</span>'
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'trophéeps3' }) ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. trophy ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. trophy ..'</span>'
end
end
Ligne 45 : Ligne 45 :
{ 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étable', value = 'répétable' },
{ type = 'row', label = 'Répétable', value = 'répétable' },
{ type = 'row', label = '[[Form ID|Base ID]]', value = 'baseid' }
{ type = 'row', label = '[[Form ID|Base ID]]', value = 'formid' }
}},
}},
{ type = 'text', value = 'pied' }
{ type = 'text', value = 'pied' }
}
}
}
}
Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 734

modifications