« Module:Infobox/Quête » : différence entre les versions

18 octets enlevés ,  samedi à 14:42
aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
 
Ligne 23 : Ligne 23 :
if localdata['gamerscore'] then
if localdata['gamerscore'] then
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'gamerscore', taille = 'petit' }) ..'</span>'
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'gamerscore', 'petit' }) ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. localdata['gamerscore'] ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. localdata['gamerscore'] ..'</span>'
end
end
if localdata['type trophée'] then
if localdata['type trophée'] then
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'trophéeps3', taille = 'petit' }) ..'</span>'
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'trophéeps3', 'petit' }) ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. localdata['type trophée'] ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. localdata['type trophée'] ..'</span>'
end
end