Modifications

Aller à : navigation, rechercher

MediaWiki:Common.js

517 octets supprimés, 10 juillet 2016 à 01:16
m
retouche de la modification précédente
}
addOnloadHook(TransformeEnDiscussion);
 
// Turn <span class="mw-charinsert">foo</span> into a link that inserts "foo"
// into the edit box:
$( function () {
$('span.mw-charinsert').wrap( '<a href="#">' ).click( function () {
var text = this.title || this.textContent;
var parts = text.split( '+' );
if ( text === '+' ) parts = [ text ];
var front = decodeURIComponent( parts[0] || '' );
var back = decodeURIComponent( parts[1] || '' );
insertTags( front, back, '' );
return false;
} );
} );
ForumAdmin, ForumModerator, bureaucrate, administrateur, wgw
78 134
modifications

Menu de navigation