« MediaWiki:Gadget-EditZeroth.js » : différence entre les versions

Contenu supprimé Contenu ajouté
Dr Brains (discuter | contributions)
http://fr.wikipedia.org/w/index.php?title=Wikipédia:Demande_d'intervention_sur_un_message_système&diff=93762960&oldid=93762814
Ligne 19 :
 
var encodedPageName = encodeURIComponent( mw.config.get( 'wgPageName' ) ).replace(/%20/g, '_').replace(/%3A/g, ':').replace(/%2F/g, '/');
var summaryPrefix = '/* Introduction */ ';
if ( typeof( window.EditZeroth_summary ) != 'undefined' ) {
summaryPrefix = window.EditZeroth_summary;
}
var portletLink = mw.util.addPortletLink(
'p-cactions',
mw.config.get( 'wgScript' ) + '?title=' + encodedPageName + '&action=edit&section=0&summary=Introduction%20:%20' + encodeURIComponent(summaryPrefix),
'En-tête',
'ca-edit-0',