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 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. */ | ||
| − | / | + | 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 | {{jpg | ||
|filename = | |filename = | ||
| Line 29: | Line 30: | ||
| moreDates = | | moreDates = | ||
| text = | | text = | ||
| − | }} ', | + | }} |
| − | + | ', | |
| − | + | insertAfter: '', | |
| − | + | sampleText: 'Happy face' | |
| − | + | }); | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | }); | ||
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'
});