62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 179 : | Ligne 179 : | ||
if category and mw.title.getCurrentTitle().namespace == 0 then | if category and mw.title.getCurrentTitle().namespace == 0 then | ||
local game = args['jeu'] | local game = args['jeu'] or args[1] -- FIXME: args[1] conflit | ||
if game ~= '' then | if game ~= '' then | ||
game = require( 'Module:Abréviation' ).name(game) or '' | game = require( 'Module:Abréviation' ).name(game) or '' |
modifications