User:Symorsebrown/monobook.js

From FIBIwiki
Revision as of 16:20, 17 July 2010 by Valmay (talk | contribs) (add left centre and right align)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
if (mwCustomEditButtons) {
    mwCustomEditButtons.push({
        "imageFile": "http://www.wiki.fibis.org/images/c/c8/Button_redirect.png",
        "speedTip": "Redirect",
        "tagOpen": "#REDIRECT [[",
        "tagClose": "]]",
        "sampleText": "Target page name"
    });

 if (mwCustomEditButtons) {
 mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://wiki.fibis.org/images/e/ea/Button_align_left.png",
     "speedTip": "Align Left",
     "tagOpen": '<div style="text-align:left">',
     "tagClose": '</div>',
     "sampleText": "Insert text here"};
};

 if (mwCustomEditButtons) {
 mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://wiki.fibis.org/images/5/5f/Button_center.png",
     "speedTip": "Centered text",
     "tagOpen": '<center>',
     "tagClose": '</center>',
     "sampleText": "Insert text here"};
};

if (mwCustomEditButtons) {
 mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://wiki.fibis.org/images/a/a5/Button_align_right.png",
     "speedTip": "Align Right",
     "tagOpen": '<div style="text-align:right">',
     "tagClose": '</div>',
     "sampleText": "Insert text here"};
};


    
    mwCustomEditButtons.push({
         "imageFile": "http://www.wiki.fibis.org/images/1/13/Button_enter.png",
        "speedTip": "Line break",
        "tagOpen": "<br />",
        "tagClose": "",
        "sampleText": ""
    });
  
    mwCustomEditButtons.push({
        "imageFile": "http://www.wiki.fibis.org/images/6/60/Button_insert_table.png",
        "speedTip": "Insert a table",
        "tagOpen": '{| class="wikitable"\n|',
        "tagClose": "\n|}",
        "sampleText": "-\n! header 1\n! header 2\n! header 3\n|-\n| row 1, cell 1\n| row 1, cell 2\n| row 1, cell 3\n|-\n| row 2, cell 1\n| row 2, cell 2\n| row 2, cell 3"
    });
 
    mwCustomEditButtons.push({
        "imageFile": "http://www.wiki.fibis.org/images/7/79/Button_reflink.png",
        "speedTip": "Insert a reference",
        "tagOpen": "<ref>",
        "tagClose": "</ref>",
        "sampleText": "Insert footnote text here"
    });
}