Doctor Who Cuttings Archive

Difference between revisions of "MediaWiki:Common.js"

From The Doctor Who Cuttings Archive
Jump to navigationJump to search
Line 1: Line 1:
 
/* 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. */
  
/*mw.toolbar.addButton({*/
+
jQuery.getScript('//meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/InsertWikiEditorButton.js&action=raw&ctype=text/javascript', function () {
mw-editbutton-hr.addButton {{
+
        imageId: 'mw-customeditbutton-myspecialbutton',
+
        // Happy face
        imageFile: 'http://cuttingsarchive.org/images/a/a2/Button_principal_large.png',
+
        krInsertWikiEditorButton({
        speedTip: "Title label",
+
                id: "mw-customeditbutton-myspecialbutton",
        tagOpen: "
+
                icon: "http://cuttingsarchive.org/images/a/a2/Button_principal_large.png",
 
+
                label: 'new article',
 +
                insertBefore: '
 
{{jpg
 
{{jpg
 
|filename =
 
|filename =
Line 29: Line 30:
 
| moreDates =
 
| moreDates =
 
| text =
 
| text =
}} ',
+
}}
        tagClose: '',
+
',
        sampleText: '',
+
                insertAfter: '',
        imageId: ''
+
                sampleText: 'Happy face'
    } );
+
         });
};
 
",
 
        tagClose: ")",
 
         sampleText: "sample"
 
});
 

Revision as of 00:07, 21 October 2013

/* Any JavaScript here will be loaded for all users on every page load. */

jQuery.getScript('//meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/InsertWikiEditorButton.js&action=raw&ctype=text/javascript', function () {
 
        // Happy face
        krInsertWikiEditorButton({
                id: "mw-customeditbutton-myspecialbutton",
                icon: "http://cuttingsarchive.org/images/a/a2/Button_principal_large.png",
                label: 'new article',
                insertBefore: '
{{jpg
|filename =
|px =
}}

{{Google Docs Viewer
|url=
|float=|height=|width=|top caption=|bottom caption=}}

{{article         x
| publication =
| date =
| author =
| pages =
| type =
| description =
| categories =
| moreTitles =
| morePublications =
| moreDates =
| text =
}}
',
                insertAfter: '',
                sampleText: 'Happy face'
        });