|
|
| (13 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| − | /* Any JavaScript here will be loaded for users using the Vector skin */
| + | |
| − | $.ajax({
| |
| − | url: 'https://meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/InsertWikiEditorButton.js&action=raw&ctype=text/javascript',
| |
| − | dataType: 'script',
| |
| − | cache: true
| |
| − | }).done(function () {
| |
| − | krInsertWikiEditorButton({
| |
| − | id: "mw-customeditbutton-policies",
| |
| − | icon: "resources/assets/policies.png",
| |
| − | label: 'Policies',
| |
| − | insertBefore: '<jstdiv group="policies">',
| |
| − | insertAfter: '</jstdiv>',
| |
| − | sampleText: 'Policies'
| |
| − | });
| |
| − |
| |
| − | krInsertWikiEditorButton({
| |
| − | id: 'mw-customeditbutton-recommendations',
| |
| − | icon: 'resources/assets/recommendations.png',
| |
| − | label: 'Recommendations',
| |
| − | insertBefore: '<jstdiv group="rec">',
| |
| − | insertAfter: '</jstdiv>',
| |
| − | sampleText: 'Recommendations'
| |
| − | });
| |
| − |
| |
| − | krInsertWikiEditorButton({
| |
| − | id: 'mw-customeditbutton-reference',
| |
| − | icon: 'resources/assets/reference.png',
| |
| − | label: 'Reference',
| |
| − | insertBefore: '<jstdiv group="ref">',
| |
| − | insertAfter: '</jstdiv>',
| |
| − | sampleText: 'Reference'
| |
| − | });
| |
| − | });
| |