Deletion SortingProject (talk)Project page Lists (by ABC) Lists (by topic) Lists (computer-readable) AfD: Today, Yesterday Delsort scripts .mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}vte
This tool is reported to not be working. It needs to be rewritten anyway, for an alternative see these other scripts.

delsort.js is designed to help with WikiProject Deletion sorting. It simplifies the task of "delsorting" an Article for deletion by presenting a window containing the Compact list of delsort lists. When invoked via delsort.js, clicking on a list in the window will automatically list the article on the Deletion Sorting page, and note the delsorting has occurred on the Afd.

Features

Delsorting popup window

Dependencies

The code has been written using the Twinkle framework, so that must be installed first. In addition, Quarl's wikipage.js has been used for the Afd log page feature (see above for description).

The code to add the menu item depends on User script "Add LI menu".

Install

1. copy the text below and paste it into your current skin file, which is vector.js by default:

Optional
importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');

(wikipage conflicts with https log-ins)

Mandatory
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:AzaToth/twinkle.js');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
Useful
importScript('User:Lupin/popups.js'); // see Wikipedia:Tools/Navigation popups

2. Save the page

3. Refresh your browser and bypass your cache (hit Control-Shift-R in Firefox or Control-F5 in Internet Explorer).

Configuration

To configure the way the tool works, copy the text below, and paste it in your monobook.js:

DelsortConfig = {
  debugLevel : 0,
  watchDelsortedLists : 1,
  watchDelsortedAfd : 1,
  shortcuts : ['Authors','Australia','Lists']
}


Internals

([(]([0-9]+..|[a-z]+) [Nn]omination[)])

Problems

User:Fox Wilson has created a new script see User:Fox Wilson/delsort.js. ★☆ DUCKISJAMMMY☆★ 07:51, 10 February 2013 (UTC)

Feedback/Questions

Please leave them on my talk page or at WP:DELSORT