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 61: | Line 61: | ||
"tagClose": ">", | "tagClose": ">", | ||
"sampleText": ""}; | "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}} |
Revision as of 15:11, 15 July 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": "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"}; mwCustomEditButtons[mwCustomEditButtons.length] = { "imageFile": "http://upload.wikimedia.org/wikipedia/commons/9/94/Vector_toolbar_insert_new_line_button.png", "speedTip": "gtmaquote", "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}}