Modifications

Aller à la navigation Aller à la recherche
134 octets enlevés ,  20 octobre 2020 à 20:11
aucun résumé des modifications
Ligne 217 : Ligne 217 :  
References.checkisbn,
 
References.checkisbn,
 
'[[Spécial:Ouvrages de référence/%s|<span class="nowrap">%s</span>]]',
 
'[[Spécial:Ouvrages de référence/%s|<span class="nowrap">%s</span>]]',
'[https://fr.wikipedia.org/wiki/International_Standard_Book_Number ISBN]'
+
'[[International Standard Book Number|ISBN]]'
 
)
 
)
 
end
 
end
Ligne 245 : Ligne 245 :  
References.checkissn,
 
References.checkissn,
 
'<span class="plainlinks noarchive">[http://worldcat.org/issn/%s&lang=fr %s]</span>',
 
'<span class="plainlinks noarchive">[http://worldcat.org/issn/%s&lang=fr %s]</span>',
'[https://fr.wikipedia.org/wiki/International_Standard_Serial_Number ISSN]'
+
'[[International Standard Serial Number|ISSN]]'
 
)
 
)
 
end
 
end
Ligne 257 : Ligne 257 :  
References.checkissn,
 
References.checkissn,
 
'<span class="plainlinks noarchive">[http://worldcat.org/issn/%s&lang=fr %s]</span>',
 
'<span class="plainlinks noarchive">[http://worldcat.org/issn/%s&lang=fr %s]</span>',
'[https://fr.wikipedia.org/wiki/International_Standard_Serial_Number#ISSN_électronique|e-ISSN]'
+
'[[International Standard Serial Number#ISSN électronique|e-ISSN]]'
 
)
 
)
 
end
 
end
Ligne 271 : Ligne 271 :  
References.checkismn,
 
References.checkismn,
 
'<span class="nowrap">%s</span>',
 
'<span class="nowrap">%s</span>',
'[https://fr.wikipedia.org/wiki/International_Standard_Music_Number ISMN]'
+
'[[International Standard Music Number|ISMN]]'
 
)
 
)
 
end
 
end
Ligne 281 : Ligne 281 :  
lienIinterne
 
lienIinterne
 
.. '&nbsp;<span class="plainlinks noarchive nowrap">['
 
.. '&nbsp;<span class="plainlinks noarchive nowrap">['
.. 'http://' .. lienExterne .. mw.uri.encode( num, 'PATH' ) .. ( complement or '' )
+
.. 'https://' .. lienExterne .. mw.uri.encode( num, 'PATH' ) .. ( complement or '' )
 
.. ' '
 
.. ' '
 
.. mw.text.nowiki( texteAffiche or num )
 
.. mw.text.nowiki( texteAffiche or num )
Ligne 325 : Ligne 325 :     
function References.bibcode( bibcode )
 
function References.bibcode( bibcode )
return databaseExterne( bibcode, '[[Bibcode]]', 'adsabs.harvard.edu/abs/' )
+
return databaseExterne( bibcode, '[[Bibcode]]', 'ui.adsabs.harvard.edu/abs/' )
 
end
 
end
   Ligne 426 : Ligne 426 :  
return databaseExterne(
 
return databaseExterne(
 
oclc,
 
oclc,
'[https://fr.wikipedia.org/wiki/Online_Computer_Library_Center OCLC]',
+
'[[Online Computer Library Center|OCLC]]',
 
'worldcat.org/oclc/', '&lang=fr'
 
'worldcat.org/oclc/', '&lang=fr'
 
)
 
)
Ligne 671 : Ligne 671 :  
else
 
else
 
-- teste si le suffixe est suivi d'une précision (ex : pdf 6 Mo)
 
-- teste si le suffixe est suivi d'une précision (ex : pdf 6 Mo)
local ext, texte = string.match( format, "^(...) (.*)$")
+
local ext, texte = string.match( format, "^([%S]+) (.+)$")
 
if ext and listeFormat[ string.lower( ext ) ] then
 
if ext and listeFormat[ string.lower( ext ) ] then
 
return References.indicationDeFormat( ext ) .. ' ' .. texte
 
return References.indicationDeFormat( ext ) .. ' ' .. texte

Menu de navigation