« Module:Abréviation » : différence entre les versions

134 octets ajoutés ,  20 juin 2021
m
aucun résumé des modifications
Kharmitch (discussion | contributions)
Page créée avec « local p = {} local tools = require('Module:Outils') ------------------------------------------------------ ------------ Référentiel des jeux Fallout ------------ --- M… »
 
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Ligne 65 : Ligne 65 :
local arg = tools.extractArgs(frame)[1] or ''
local arg = tools.extractArgs(frame)[1] or ''
return abr[arg:upper()] ~= nil
return abr[arg:upper()] ~= nil
end
-- Retourne le nom d'un jeu
function p.name(frame)
local arg = tools.extractArgs(frame)[1] or ''
return abr[arg:upper()] or ''
end
end


Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 737

modifications