User:Darth Stabro/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.
// <syntaxhighlight lang=javascript>


importScript('User:AWeenieMan/furme.js');
importScript('User:Ioeth/friendlywelcome.js');
importScript('User:Ioeth/friendlyshared.js');
importScript('User:Ioeth/friendlytag.js');
importScript('User:Ioeth/friendlytabs.js');
importScript('User:Ioeth/friendlyclock.js');
importScript('User:Ioeth/friendlytalkback.js');



if (typeof mwCustomEditButtons !== 'undefined') {
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images2.wikia.nocookie.net/central/images/1/13/Button_delete.png",
     "speedTip": "Delete",
     "tagOpen": "{{" + "delete",
     "tagClose": "}}",
     "sampleText": "|Comment"}

 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images1.wikia.nocookie.net/central/images/7/7b/Button_pre_nowiki.png",
     "speedTip": "Wikify",
     "tagOpen": "{{",
     "tagClose": "}}",
     "sampleText": "Wikify"}

 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images3.wikia.nocookie.net/central/images/8/8c/Button_RedX.png",
     "speedTip": "Speedy Deletion",
     "tagOpen": "{{" + "db-self}}{{" + "db-repost}}{{" + "db-vandalism}}{{" + "db-nonsense}}",
     "tagClose": " {{" + "db-test}}{{" + "db-attack}}{{" + "db-copyvio|url=source URL}}{{" + "db-empty}}{{" +"db-person}}",
     "sampleText": ""}

 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images4.wikia.nocookie.net/central/images/3/3b/Button_stubsvg.png",
     "speedTip": "Stub",
     "tagOpen": "{{",
     "tagClose": "}}",
     "sampleText": "stub"}


   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/39/Button_carton_rouge.png",
     "speedTip": "WP:Auto",
     "tagOpen": "{{" + "subst:User:Darth_Stabro/auto",
     "tagClose": "}}",
     "sampleText": ""}
}





importScript('User:AzaToth/twinkle.js');
// </syntaxhighlight>