MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Amwelladmin (talk | contribs) No edit summary |
Amwelladmin (talk | contribs) No edit summary |
||
Line 78: | Line 78: | ||
mwCustomEditButtons[mwCustomEditButtons.length] = { | mwCustomEditButtons[mwCustomEditButtons.length] = { | ||
"imageFile": "https://jollycontrarian.com/images/b/ba/Clausebutton.png", | "imageFile": "https://jollycontrarian.com/images/b/ba/Clausebutton.png", | ||
"speedTip": " | "speedTip": "clause", | ||
"tagOpen": "{{clause|", | "tagOpen": "{{clause|", | ||
"tagClose": "}}", | "tagClose": "}}", | ||
Line 125: | Line 125: | ||
"sampleText": "text"}; | "sampleText": "text"}; | ||
mwCustomEditButtons[mwCustomEditButtons.length] = { | |||
"imageFile": "http://upload.wikimedia.org/wikipedia/commons/0/01/Button_enum.gif", | |||
"speedTip": "subst", | |||
"tagOpen": "{{YEAR AGREEMENT Section NUMBER TOC}}", | |||
"tagClose": "", | |||
"sampleText": ""}; | |||
} | } |
Revision as of 10:45, 26 October 2012
/* 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": "clause", "tagOpen": "{{clause|", "tagClose": "}}", "sampleText": "SHORTNAME|AGREEMENT|EDITION|CLAUSE"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "https://jollycontrarian.com/images/3/3e/Efet_Button.PNG", "speedTip": "EFETprov", "tagOpen": "{{efetprov|", "tagClose": "}}", "sampleText": "text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "https://jollycontrarian.com/images/d/d6/Button_ccp.PNG", "speedTip": "ccp", "tagOpen": "{{ccp|", "tagClose": "}}", "sampleText": "text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "https://jollycontrarian.com/images/c/cd/Button_cdea.PNG", "speedTip": "cdea", "tagOpen": "{{cdeaprov|", "tagClose": "}}", "sampleText": "text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/5/50/Vector_toolbar_italic_C_button.png", "speedTip": "csaprov", "tagOpen": "{{csaprov|", "tagClose": "}}", "sampleText": "text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/7/74/Button_API_%C9%9B.png", "speedTip": "eqderivprov", "tagOpen": "{{eqderivprov|", "tagClose": "}}", "sampleText": "text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/9/94/Subst-button-bg.png", "speedTip": "subst", "tagOpen": "{{subst:", "tagClose": "}}", "sampleText": "text"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/0/01/Button_enum.gif", "speedTip": "subst", "tagOpen": "{{YEAR AGREEMENT Section NUMBER TOC}}", "tagClose": "", "sampleText": ""}; }