मीडियाविकि:Gadget-refToolbar.js

भारत डिस्कवरी प्रस्तुति
यहाँ जाएँ:नेविगेशन, खोजें

ध्यान दें: प्रकाशित करने के बाद बदलाव देखने के लिए आपको अपने ब्राउज़र के कैश को हटाना पड़ सकता है।

  • Firefox/Safari: Reload क्लिक समय Shift दबाएँ, या फिर Ctrl-F5 या Ctrl-R दबाएँ (Mac पर ⌘-R)
  • Google Chrome: Ctrl-Shift-R दबाएँ (Mac पर ⌘-Shift-R)
  • Internet Explorer/Edge: Refresh पर क्लिक करते समय Ctrl दबाएँ, या Ctrl-F5 दबाएँ
  • Opera: Ctrl-F5 दबाएँ।
if( typeof wgWikiEditorPreferences != 'undefined' && wgWikiEditorPreferences.toolbar ) {
 if (wgServer == "https://secure.wikimedia.org") {
   importScriptURI("https://secure.wikimedia.org/wikipedia/en/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript");
 } else {
   importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/refToolbar_2.0/base.js&action=raw&ctype=text/javascript');
 }
 if( wgWikiEditorPreferences.toolbar.enable && wgWikiEditorPreferences.toolbar.dialogs /*&& navigator.userAgent.indexOf('MSIE') == -1*/ ) {
  importScript('User:Mr.Z-man/refToolbar 2.0.js');
 } else if( wgWikiEditorPreferences.toolbar.enable ) {
  importScript('User:Mr.Z-man/refToolbarIE.js');
 }
} else if (wgAction == 'edit' || wgAction == 'submit') {
  importScript('User:Apoc2400/refToolbarPlus.js');
}