Jump to content

User:Cold Phoenix/monobook.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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": "/media/wikipedia/commons/e/eb/Button_plantilla.png",
     "speedTip": "Test",
     "tagOpen": "{{Test|",
     "tagClose": "}} ~~~~",
     "sampleText": "Test"};
 }