« Module:Biblio/Ouvrage » : différence entre les versions

Contenu supprimé Contenu ajouté
m ordre correct pour ces paramètres : si ça ne marche pas, je m'auto-révoque
Catégorisation dans les espaces Wikipédia, Modèle, Aide, Catégorie, Portail et Référence ; catégorisation EAN invalide
Ligne 242 :
wiki.minsert( ', ', pages, Commun.nbp )
end
local format = validArg( 'format livre', 'format' )
if format then
wiki.minsert( ', ', format )
Ligne 318 :
wiki.minsert( Commun.commentaire( args ) )
local namespaceCategorisation = { [0] = true, [4] = true, [10] = true, [12] = true, [14] = true, [100] = true, [104] = true }
if namespaceCategorisation[ mw.title.getCurrentTitle().namespace == 0] and modeNormal then
wiki.minsert(
args.categ.langue and '[[Catégorie:Page du modèle Ouvrage comportant une erreur|langue]]',
Ligne 327 :
args.categ.lienExterne and '[[Catégorie:Page du modèle Ouvrage comportant une erreur|Externe]]',
args.categ.isbnInvalid and '[[Catégorie:Ouvrage avec ISBN invalide]]',
args.categ.issnInvalid and '[[Catégorie:Page avec ISSN invalide]]',
args.categ.eanInvalid and '[[Catégorie:Page avec EAN invalide]]'
)
if dir then