Content deleted Content added
←Created page with '//////////STATUS CHANGER // Creator: Misza13 // Credits: Voyagerfan5761 for some minor improvements // Modified by Xenocidic to simply use /Status as a one word indicator, // Modified by Kraftlos to include Sleep status // Modified by APerson for compatibility with {{UserStatus}} // Modified by Vukky to use Morebits and the MediaWiki API instead of cluttering the page with portlets // Some code from Twinkle modules $(function (){...' |
m Cabayi moved page User:Vukky/Scripts/StatusChanger.js to User:Nyakase/Scripts/StatusChanger.js: Automatically moved page while renaming the user "Vukky" to "Nyakase" |
||
(2 intermediate revisions by one other user not shown) | |||
Line 65:
statusPage.load(function() {
statusPage.getStatusElement().status('Setting status');
statusPage.
return;
}
statusPage.setEditSummary(mw.config.get('wgUserName') + ' set their status to "' + status + '".');
statusPage.setPageText(status);
statusPage.save();
|