Difference between revisions of "MediaWiki:Common.js"
From The Doctor Who Cuttings Archive
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
| Line 3: | Line 3: | ||
mw.toolbar.addButton({ | mw.toolbar.addButton({ | ||
imageId: 'mw-customeditbutton-myspecialbutton', | imageId: 'mw-customeditbutton-myspecialbutton', | ||
| − | imageFile: '// | + | imageFile: 'http://cuttingsarchive.org/images/a/a2/Button_principal_large.png', |
speedTip: "Title label", | speedTip: "Title label", | ||
tagOpen: " | tagOpen: " | ||
Revision as of 23:51, 20 October 2013
/* Any JavaScript here will be loaded for all users on every page load. */
mw.toolbar.addButton({
imageId: 'mw-customeditbutton-myspecialbutton',
imageFile: 'http://cuttingsarchive.org/images/a/a2/Button_principal_large.png',
speedTip: "Title label",
tagOpen: "
{{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 =
}} ',
tagClose: '',
sampleText: '',
imageId: ''
} );
};
",
tagClose: ")",
sampleText: "sample"
});