MediaWiki:Gadget-charinsert: Difference between revisions

From The Jolly Contrarian
Jump to navigation Jump to search
Created page with "→‎* * charinsert loader: if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 || mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {..."
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 1: Line 1:
/**
[[mw:extension:CharInsert|CharInsert]]: add a toolbar under the edit window for quickly inserting wiki markup and special characters ([[WP:VPT|troubles?]])
* charinsert loader
*/
 
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 || mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Upload' ) {
    mw.loader.load( 'ext.gadget.charinsert-core' );
}

Latest revision as of 07:34, 7 May 2018

CharInsert: add a toolbar under the edit window for quickly inserting wiki markup and special characters (troubles?)