62 737
modifications
Page créée avec « local p = {} local tools = require('Module:Outils') ------------------------------------------------------ ------------ Référentiel des jeux Fallout ------------ --- M… » |
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 | ||
modifications