Aller au contenu

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

15 octets enlevés ,  29 juillet 2021
m
aucun résumé des modifications
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Ligne 5 : Ligne 5 :
local icon = require('Module:Icône')
local icon = require('Module:Icône')
if localdata['achèvement'] then
if localdata['succès'] then
success = localdata['achèvement']
success = localdata['succès']
end
end


if localdata['gamerscore'] or localdata['type trophée'] then
local gamerscore = localdata['gamerscore']
local trophy = localdata['type de trophée']
if gamerscore or trophy then
if success == nil then
if success == nil then
success = mw.title.getCurrentTitle().text
success = mw.title.getCurrentTitle().text
Ligne 16 : Ligne 19 :
success = success ..'<div style="float:right;padding-left:15px;position:relative;white-space:nowrap;">'
success = success ..'<div style="float:right;padding-left:15px;position:relative;white-space:nowrap;">'
if localdata['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;">'.. localdata['gamerscore'] ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. gamerscore ..'</span>'
end
end
if localdata['type trophée'] 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;">'.. localdata['type trophée'] ..'</span>'
success = success ..'<span style="padding-left: 2px;position:relative;top:1px;">'.. trophy ..'</span>'
end
end
Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 737

modifications