13,398
edits
(Created page with "// <nowiki> /* * Draftify * * This gadget allows you to move a user page to a different location (usually * the Draft namespace), notify the user, and optionally soft-block them. * * To install the script, add the following to your personal .js page: importScript( 'User:WikiDwarf/gadgets/Draftify.js' ); // Linkback: User:Mr. Stradivarius/gadgets/Draftify.js * Author: Mr. Stradivarius * Licence: MIT * * The MIT License (MIT) * * Copyright (c) 2015 Mr....") |
No edit summary |
||
Line 260: | Line 260: | ||
watchdraft: true, | watchdraft: true, | ||
menulocation: 'p-cactions', | menulocation: 'p-cactions', | ||
menuposition: | menuposition: '#ca-move' | ||
}; | }; | ||
edits