MediaWiki:Common.js

From The Jolly Contrarian
Revision as of 09:45, 12 July 2012 by Amwelladmin (talk | contribs)
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.
/* Any JavaScript here will be loaded for all users on every page load. */

 /* Any JavaScript here will be loaded for all users on every page load. */
 /* Good site for buttons: http://commons.wikimedia.org/wiki/Mediawiki_edit_toolbar */
 
 if (mwCustomEditButtons) {
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/eb/Button_plantilla.png",
     "speedTip": "tag (links and categorises)",
     "tagOpen": "{{tag|",
     "tagClose": "}}",
     "sampleText": "text"}
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/e/eb/Button_templatelink.png",
     "speedTip": "tag (links and categorises and allows a short name)",
     "tagOpen": "{{t2|",
     "tagClose": "}}",
     "sampleText": "text"}
  
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://images.wikia.com/central/images/c/c8/Button_redirect.png",
     "speedTip": "Redirect",
     "tagOpen": "#REDIRECT [[",
     "tagClose": "]]",
     "sampleText": "Insert text"};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/f/f0/Vector_toolbar_italic_I_button.png",
     "speedTip": "isdaprov",
     "tagOpen": "{{isdaprov|",
     "tagClose": "}}",
     "sampleText": "provision"};

  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/3/34/Vector_toolbar_insert_reference_button.png",
     "speedTip": "gtmaaprov",
     "tagOpen": "{{gtmaprov|",
     "tagClose": "}}",
     "sampleText": "provision"};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/2/29/Button_double_angle_quotes_with_ellipsis.png",
     "speedTip": "isdaquote",
     "tagOpen": "{{isdaquote|",
     "tagClose": "|SECTION|2002}}",
     "sampleText": "Provision"};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/18/Button_quotes_2.png",
     "speedTip": "gtmaquote",
     "tagOpen": "{{gtmaquote|",
     "tagClose": "|REFERENCE}}",
     "sampleText": "provision"};

  }