62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 15 : | Ligne 15 : | ||
local mainSubjectLink = args['lien du sujet'] or subject | local mainSubjectLink = args['lien du sujet'] or subject | ||
local | local categories = args['boîte de contenu'] ~= 'non' | ||
local contentBox = args['catégorie'] ~= 'non' | |||
local intro = '' | local intro = '' | ||
Ligne 30 : | Ligne 31 : | ||
} | } | ||
if categories then | |||
categories = abb.categories({ game, plural, '*' }) or '' | |||
else | |||
categories = '' | |||
end | |||
if contentBox then | if contentBox then |
modifications