« Module:Bandeau » : différence entre les versions

Contenu supprimé Contenu ajouté
femininEbauche : ne retourne rien si les catégories sont différentes
femininEbauche : retouche de la modification précédente
Ligne 475 :
local t = getEbaucheTable( paramEbauche, theme )
local tF, tAdjF = getEbaucheTable( paramEbauche, theme, true )
if tAdjFt.feminin and tF.categ == t.categ then
if tAdjF then
themeF = tF.nom .. ' ' .. tAdjF.feminin
elseif tF then
themeF = tF.nom
end
if themeF ~= theme and tF.categ == t.categ then
return themeF
end