User:Pikpik/monobook.js: Difference between revisions

From Pikmin Fanon
(Created page with " if (mwCustomEditButtons) { mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",...")
 
No edit summary
Line 3: Line 3:
     "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",
     "speedTip": "Insert Word Bubble",
     "speedTip": "Insert Word Bubble",
     "tagOpen": "{{<name of template>|text=",
     "tagOpen": "{{pikpikbubble|text=",
     "tagClose": "<nowiki>|time=~~~~~}}",
     "tagClose": "<nowiki>|time=~~~~~}}",
     "sampleText": "Blah blah blah"};
     "sampleText": "Blah blah blah"};
}
}

Revision as of 05:35, 13 February 2012

 if (mwCustomEditButtons) {
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images3.wikia.nocookie.net/central/images/f/fc/Button_user_talk.png",
     "speedTip": "Insert Word Bubble",
     "tagOpen": "{{pikpikbubble|text=",
     "tagClose": "<nowiki>|time=~~~~~}}",
     "sampleText": "Blah blah blah"};
}