Commons:User scripts/users namespace/reports/User:OranL/monobook.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This is the report page for User:OranL/monobook.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 6 character 21: ['en'] is better written in dot notation. - Evidence: mylangnotify_message['en'] = 'This image does not appear to have a description in your interface language. Please add one!' ;
  2. ISSUE: line 7 character 21: ['cs'] is better written in dot notation. - Evidence: mylangnotify_message['cs'] = 'Tento obrázek nemá popis v jazyce vašeho rozhraní. Prosím, přidejte jej!' ;
  3. ISSUE: line 8 character 21: ['de'] is better written in dot notation. - Evidence: mylangnotify_message['de'] = 'Dieses Bild hat anscheinend noch keine Beschreibung in Deutsch! Füge eine mit {{de|Beschreibung}} hinzu!' ;
  4. ISSUE: line 9 character 21: ['eo'] is better written in dot notation. - Evidence: mylangnotify_message['eo'] = 'Al ĉi tiu bildo ŝajne mankas priskribo en Esperanto. Bonvolu aldoni {{eo|priskribon}}. ' ;
  5. ISSUE: line 10 character 21: ['es'] is better written in dot notation. - Evidence: mylangnotify_message['es'] = 'Esta imagen no tiene la descripción en español. ¡AÑÁDELA DE UNA VEZ!' ;
  6. ISSUE: line 11 character 21: ['fr'] is better written in dot notation. - Evidence: mylangnotify_message['fr'] = 'Cette image ne semble pas avoir de description en français... Ajoutez une {{fr|description}} !' ;
  7. ISSUE: line 12 character 21: ['nl'] is better written in dot notation. - Evidence: mylangnotify_message['nl'] = 'Deze afbeelding heeft nog geen beschrijving in de Nederlandse taal. Voeg die alstublieft toe!' ;
  8. ISSUE: line 13 character 21: ['sv'] is better written in dot notation. - Evidence: mylangnotify_message['sv'] = 'Bilden verkar inte ha en beskrivning på ditt gränssnittsspråk. Lägg till en!' ;
  9. ISSUE: line 27 character 16: Use '===' to compare with ''. - Evidence: if ( ( msg == "" ) || ( msg == undefined ) ) msg = mylangnotify_message['default'];
  10. ISSUE: line 27 character 33: Use '===' to compare with 'undefined'. - Evidence: if ( ( msg == "" ) || ( msg == undefined ) ) msg = mylangnotify_message['default'];