Aller au contenu

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

36 octets ajoutés ,  samedi à 14:39
aucun résumé des modifications
Kharmitch (discussion | contributions)
Harmonisation des identifiants techniques
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' }) ..'</span>'
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'gamerscore', taille = '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' }) ..'</span>'
success = success ..'<span style="padding-left:4px;">'.. icon._build({ 'trophéeps3', taille = '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