User:Sir Pikmin/monobook.js: Difference between revisions

From Pikmin Fanon
m (Bah this thing does not want me to have ease of access to welcoming new users.)
m (There, done!)
Line 7: Line 7:
     "tagClose": "}}",
     "tagClose": "}}",
     "sampleText": ""}
     "sampleText": ""}
};
};


if (mwCustomEditButtons) {
  (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",
     "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",
Line 17: Line 16:
     "tagClose": "}}",
     "tagClose": "}}",
     "sampleText": ""}
     "sampleText": ""}
};
};
}
}

Revision as of 20:26, 1 September 2012

/* Add Customedit Buttons */
if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",
     "speedTip": "Insert My Word Bubble",
     "tagOpen": "{{Sir Pikmin|",
     "tagClose": "}}",
     "sampleText": ""}
};

   (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",
     "speedTip": "Welcome a New User",
     "tagOpen": "{{Welcome|",
     "tagClose": "}}",
     "sampleText": ""}
};
}