Doctor Who Cuttings Archive

Difference between revisions of "MediaWiki:Common.js"

From The Doctor Who Cuttings Archive
Jump to navigationJump to search
Line 4: Line 4:
 
var button = {
 
var button = {
 
"imageFile": "http://cuttingsarchive.org/images/a/a2/Button_principal_large.png",
 
"imageFile": "http://cuttingsarchive.org/images/a/a2/Button_principal_large.png",
"speedTip": "redirect",                 
+
"speedTip": "article",                 
"tagOpen": "hello",               
+
"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 =
 +
}} ",               
 
};
 
};
 
mwCustomEditButtons.push(button);
 
mwCustomEditButtons.push(button);

Revision as of 00:22, 21 October 2013

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


var button = {
	"imageFile": "http://cuttingsarchive.org/images/a/a2/Button_principal_large.png",
	"speedTip": "article",                 
	"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 =
}} ",              
};
mwCustomEditButtons.push(button);