View source for MediaWiki:Gadget-charinsert-core.js
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/**
* Copied from [[mw:User:Alex Smotrov/edittools.js]], modified for use on the English Wikipedia.
*
* Configuration (to be set from [[Special:MyPage/common.js]]):
* window.charinsertCustom – Object. Merged into the default charinsert list. For example, setting
* this to { Symbols: '‽' } will add the interrobang to the end of the Symbols section.
* window.editToolsRecall – Boolean. Set true to create a recall switch.
* window.charinsertDontMove – Boolean. Set true to leave the box in its default position, rather
* than moving it above the edit summary.
* window.updateEditTools() – Function. Call after updating window.charinsertCustom to regenerate the
* EditTools window.
*/
/* global jQuery, mw, charinsertCustom */
window.updateEditTools = function () {
};
jQuery( document ).ready( function ( $ ) {
var $currentFocused,
editTools;
function getSelectedSection() {
000
1:0
Templates used on this page:
- Template:Lang (view source)
- Module:Arguments (view source)
- Module:Exponential search (view source)
- Module:Lang (view source)
- Module:Lang/ISO 639 synonyms (view source)
- Module:Lang/data (view source)
- Module:Language/data/iana languages (view source)
- Module:Language/data/iana regions (view source)
- Module:Language/data/iana scripts (view source)
- Module:Language/data/iana suppressed scripts (view source)
- Module:Language/data/iana variants (view source)
- Module:TableTools (view source)
- Module:Unicode data (view source)
- Module:Unicode data/scripts (view source)
- Module:Yesno (view source)
Return to MediaWiki:Gadget-charinsert-core.js.