Difference between revisions of MediaWiki:RefToolbar.js

Jump to navigation Jump to search
no edit summary
en>Trappist the monk
(insert space before pipe character;)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 157: Line 157:
                   module: 'cite-toolbar-namedrefs'
                   module: 'cite-toolbar-namedrefs'
                 },
                 },
                 icon: '//upload.wikimedia.org/wikipedia/commons/thumb/b/be/Nuvola_clipboard_lined.svg/22px-Nuvola_clipboard_lined.svg.png',
                 icon: 'https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Nuvola_clipboard_lined.svg/22px-Nuvola_clipboard_lined.svg.png',
                 section: 'cites',
                 section: 'cites',
                 group: 'namedrefs',
                 group: 'namedrefs',
Line 173: Line 173:
                   module: 'cite-toolbar-errorcheck'           
                   module: 'cite-toolbar-errorcheck'           
                 },
                 },
                 icon: '//upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Nuvola_apps_korganizer-NO.png/22px-Nuvola_apps_korganizer-NO.png',
                 icon: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Nuvola_apps_korganizer-NO.png/22px-Nuvola_apps_korganizer-NO.png',
                 section: 'cites',
                 section: 'cites',
                 group: 'errorcheck',
                 group: 'errorcheck',
Line 192: Line 192:
       init: function() {},
       init: function() {},
       html: '<div id="cite-namedref-loading">'+
       html: '<div id="cite-namedref-loading">'+
         '<img src="//upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" />'+
         '<img src="https://upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" />'+
         '&nbsp;'+mw.usability.getMsg('cite-loading')+'</div>',
         '&nbsp;'+mw.usability.getMsg('cite-loading')+'</div>',
       dialog: {
       dialog: {
Line 220: Line 220:
       id: 'citetoolbar-namedrefs',
       id: 'citetoolbar-namedrefs',
       html: '<div id="cite-namedref-loading">'+
       html: '<div id="cite-namedref-loading">'+
         '<img src="//upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" />'+
         '<img src="https://upload.wikimedia.org/wikipedia/commons/4/42/Loading.gif" />'+
         '&nbsp;'+mw.usability.getMsg('cite-loading')+'</div>',
         '&nbsp;'+mw.usability.getMsg('cite-loading')+'</div>',
       init: function() {},
       init: function() {},
Line 879: Line 879:
   var th1 = $('<th style="width:60%; font-size:110%" />').html(mw.usability.getMsg('cite-err-report-heading'));
   var th1 = $('<th style="width:60%; font-size:110%" />').html(mw.usability.getMsg('cite-err-report-heading'));
   var th2 = $('<th style="text-align:right; width:40%" />');
   var th2 = $('<th style="text-align:right; width:40%" />');
   var im = $('<img />').attr('src', '//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Gtk-stop.svg/20px-Gtk-stop.svg.png');
   var im = $('<img />').attr('src', 'https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/Gtk-stop.svg/20px-Gtk-stop.svg.png');
   im.attr('alt', mw.usability.getMsg('cite-err-report-close')).attr('title', mw.usability.getMsg('cite-err-report-close'));
   im.attr('alt', mw.usability.getMsg('cite-err-report-close')).attr('title', mw.usability.getMsg('cite-err-report-close'));
   var ad = $('<a id="cite-err-check-close" />').attr('href', '#');
   var ad = $('<a id="cite-err-check-close" />').attr('href', '#');

Navigation menu