62 737
modifications
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 97 : | Ligne 97 : | ||
local image = banner.image or '' | local image = banner.image or '' | ||
local text = banner.text | local text = banner.text | ||
local category = banner.category | local category = banner.category | ||
if category | if category and mw.title.getCurrentTitle().namespace == 0 then | ||
local game = args['jeu'] | local game = args['jeu'] | ||
if game ~= '' then | if game ~= '' then | ||
Ligne 108 : | Ligne 108 : | ||
end | end | ||
category = '[[Catégorie:' .. category .. game .. ']]' | category = '[[Catégorie:' .. category .. game .. ']]' | ||
else | |||
category = '' | |||
end | end | ||
modifications