MediaWiki:Common.js

Revision as of 15:20, 16 July 2012 by Amwelladmin (talk | contribs)

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": "https://jollycontrarian.com/images/e/e2/Button_Tag.PNG",
     "speedTip": "tag (links and categorises)",
     "tagOpen": "{{tag|",
     "tagClose": "}}",
     "sampleText": "text"}
 
   mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "https://jollycontrarian.com/images/b/b8/Button_Tg2.PNG",
     "speedTip": "tag (links and categorises and allows a short name)",
     "tagOpen": "{{t2|",
     "tagClose": "}}",
     "sampleText": "LongText|Shorttext"}
  
   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": "https://jollycontrarian.com/images/e/ed/Button_I.PNG",
     "speedTip": "isdaprov",
     "tagOpen": "{{isdaprov|",
     "tagClose": "}}",
     "sampleText": "provision"};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "https://jollycontrarian.com/images/5/56/Button_Ia.PNG",
     "speedTip": "isdaprov",
     "tagOpen": "{{isdaanatomy",
     "tagClose": "}}",
     "sampleText": ""};

  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": "https://jollycontrarian.com/images/5/55/Button_GTMA.PNG",
     "speedTip": "GTMAclause",
     "tagOpen": "{{GTMAclause|",
     "tagClose": "}}",
     "sampleText": "clause no"};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "https://jollycontrarian.com/images/a/a7/Button_G.PNG",
     "speedTip": "gtmaaprov",
     "tagOpen": "{{gtmaprov|",
     "tagClose": "}}",
     "sampleText": "provision"};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/1/18/Button_quotes_2.png",
     "speedTip": "gtmaquote",
     "tagOpen": "{{gtmaquote|",
     "tagClose": "}}",
     "sampleText": "provision"};

  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "http://upload.wikimedia.org/wikipedia/commons/9/94/Vector_toolbar_insert_new_line_button.png",
     "speedTip": "linebreak",
     "tagOpen": "<br",
     "tagClose": ">",
     "sampleText": ""};
 
  mwCustomEditButtons[mwCustomEditButtons.length] = {
     "imageFile": "https://jollycontrarian.com/images/b/ba/Clausebutton.png",
     "speedTip": "<br>",
     "tagOpen": "{{clause|",
     "tagClose": "}}",
     "sampleText": "SHORTNAME|AGREEMENT|EDITION|CLAUSE"};
  }
{{clause|SHORTNAME|AGREEMENT|EDITION|CLAUSE}}