MediaWiki:Gadget-twinkleunlink.js: Difference between revisions

m
1 revision: new version of Twinkle
imported>AzaToth
m (v2.0-556-g0beacc0: use .utc() for timestamps and format them the sme way as the wiki does)
 
m (1 revision: new version of Twinkle)
 
(2 intermediate revisions by 2 users not shown)
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) {
0

edits