MediaWiki:Gadget-twinkleunlink.js: Difference between revisions

m
Text replace - "WP" to "EFD"
m (1 revision)
imported>Mlpearc
m (Text replace - "WP" to "EFD")
Line 39:
Window.setTitle( "Unlink backlinks" + (mw.config.get('wgNamespaceNumber') === 6 ? " and file usages" : "") );
Window.setScriptName( "Twinkle" );
Window.addFooterLink( "Twinkle help", "WPEFD:TW/DOC#unlink" );
 
var form = new Morebits.quickForm( Twinkle.unlink.callback.evaluate );
Line 168:
type: 'div',
label: "Selected namespaces: " + namespaces.join(', '),
tooltip: "You can change this with your Twinkle preferences, at [[WPEFD:TWPREFSTEFDREFS]]"
});
if ($(xmlDoc).find('query-continue').length) {
Line 200:
type: 'div',
label: "Selected namespaces: " + namespaces.join(', '),
tooltip: "You can change this with your Twinkle preferences, at [[WPEFD:TWPREFSTEFDREFS]]"
});
if ($(xmlDoc).find('query-continue').length) {
Anonymous user