Anonymous

RECOUP/site/MediaWiki/Common.js: Difference between revisions

From OER in Education
m
no edit summary
m (New page: →‎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 a...)
 
mNo edit summary
Line 14: Line 14:
}
}


addInsertButton("/wiki/skins/common/images/button_bold.png", "strike out", "<s>","</s>","strike out");
addInsertButton("/wiki/skins/common/images/button_bold.png", "strike", "<s>","</s>","strike out");
addInsertButton("/wiki/skins/common/images/button_bold.png", "underline", "<u>","</u>","underline");
 
addInsertButton("/wiki/skins/common/images/button_bold.png", "comment", "{{comment
|text=","
}}","comment");
<noinclude>{{RECOUP_footer|MediaWiki:Common.js}}</noinclude><noinclude>[[Category:RECOUP]]</noinclude>
<noinclude>{{RECOUP_footer|MediaWiki:Common.js}}</noinclude><noinclude>[[Category:RECOUP]]</noinclude>