RECOUP/site/MediaWiki/Common.js: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
} | } | ||
addInsertButton("/ | addInsertButton("/resources/strike.png", "strike out", "<s>","</s>","strike out"); | ||
addInsertButton("/ | addInsertButton("/resources/underline.png", "underline", "<u>","</u>","underline"); | ||
addInsertButton("/ | addInsertButton("/resources/comment.png", "comment", "{"+"{comment\n|text=","\n}}","comment"); | ||
addInsertButton("/resources/box.png", "box", "{"+"{box\n|text=","\n}}","box"); | |||
<noinclude>{{RECOUP_footer|MediaWiki:Common.js}}</noinclude><noinclude>[[Category:RECOUP]]</noinclude> | <noinclude>{{RECOUP_footer|MediaWiki:Common.js}}</noinclude><noinclude>[[Category:RECOUP]]</noinclude> |
Revision as of 20:43, 23 August 2008
/* Any JavaScript here will be loaded for all users on every page load. */
//Add Button to Button bar above edit field
//Cf. http://www.mediawiki.org/wiki/MediaWiki:Common.js
function addInsertButton(img, speedTip, tagOpen, tagClose, sampleText){
mwCustomEditButtons[mwCustomEditButtons.length] = {'imageFile': img, 'speedTip': speedTip, 'tagOpen': tagOpen, 'tagClose': tagClose, 'sampleText': sampleText};
}
addInsertButton("/resources/strike.png", "strike out", "","","strike out");
addInsertButton("/resources/underline.png", "underline", "","","underline");
addInsertButton("/resources/comment.png", "comment", "{"+"{comment\n|text=","\n}}","comment");
addInsertButton("/resources/box.png", "box", "{"+"{box\n|text=","\n}}","box");
Singal, N., and Jeffery, R. (2008). Qualitative Research Skills Workshop: A Facilitator's Reference Manual, http://oer.educ.cam.ac.uk/wiki/RECOUP, Cambridge: RECOUP (Research Consortium on Educational Outcomes and Poverty, http://recoup.educ.cam.ac.uk/). CC BY-NC-SA 4.0. (original page)