User:Cold Phoenix/monobook.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// [[User:Lupin/popups.js]]
 
importScript('User:Lupin/popups.js');
 
importScript("User:Lupin/recent2.js");
 
importScript('User:Ais523 non-admin/adminrights.js'); //Admin highlighter

  /** Extra toolbar options ****************************************************** <nowiki>
  *
  *  Description: UNDOCUMENTED
  *  Maintainers: [[:en:User:MarkS]]?, [[:en:User:Voice of All]], [[:en:User:R. Koot]]
  */
 
 //This is a modified copy of a script by User:MarkS for extra features added by [[:en:User:Voice of All]].
 // This is based on the original code on [[en:Wikipedia:Tools/Editing tools]]
 // To disable this script, add <code>mwCustomEditButtons = [];<code> to [[Special:Mypage/monobook.js]]
 
 if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/eb/Button_plantilla.png",
     "speedTip": "Test",
     "tagOpen": "{{Test|",
     "tagClose": "}} ~~~~",
     "sampleText": "Test"};
 }