draft-sort-burst
DescriptionEasily sort drafts with WikiProject tags
Author(s)SD0001
UpdatedOctober 20, 2020
    (3 years ago)
SourceUser:SD0001/draft-sort-burst.js

This is an extended version of User:Enterprisey/draft-sorter that provides a "burst mode", allowing editors to quickly sort a number of drafts with WikiProject tags, one after the other.

The script will serve you the pages from Category:Pending AfC submissions, that do not already have a talk page. The oldest pending drafts are shown first.

Sorting of a single draft (without going into burst mode) can also be done. For this, use the "Draft-sort" option in the 'More' menu, rather than "Draft-sort (burst)". This functionality is same as that available in User:Enterprisey/draft-sorter.js, but with a couple of bug fixes and enhancements.

To install, add the following to your common.js page.

importScript('User:SD0001/draft-sort-burst.js'); // [[User:SD0001/draft-sort-burst.js]]

By default, drafts you sort are not added to your watchlist. If you want the pages watched, add the following line to your common.js page, just after the above line:

draft_sort_burst_watchlistOption = 'watch';

See also