Content deleted Content added
Per suggestion at Special:Diff/1301883690 |
update setScriptName |
||
(2 intermediate revisions by the same user not shown) | |||
Line 52:
};
movePlus.advert = ' using [[User:
movePlus.preEvaluate = async function() {
Line 153:
movePlus.Window = new Morebits.simpleWindow(600, 450);
movePlus.Window.setTitle( "Close requested move" );
movePlus.Window.setScriptName('
movePlus.Window.addFooterLink('RM Closing instruction', 'WP:RMCI');
movePlus.Window.addFooterLink('Script documentation', 'User:BilledMammal/Move+');
movePlus.Window.addFooterLink('Give feedback', 'User talk:
var form = new Morebits.quickForm(function(e) {
Line 406:
movePlus.Window = new Morebits.simpleWindow(600, 450);
movePlus.Window.setScriptName('
movePlus.Window.addFooterLink('Moving instructions', 'Wikipedia:Moving a page');
movePlus.Window.addFooterLink('Script documentation', 'User:BilledMammal/Move+');
movePlus.Window.addFooterLink('Give feedback', 'User talk:
}
Line 2,420:
Window.setTitle( "Notify WikiProjects about requested move" );
Window.setScriptName('movePlus');
Window.addFooterLink('Script documentation', 'User:BilledMammal/
Window.addFooterLink('Give feedback', 'User talk:
var form = new Morebits.quickForm(movePlus.notifyCheck);
|