User:Qwerfjkl/scripts/CFDlister

From Wikipedia, the free encyclopedia

< Qwerfjkl's scripts | JS | Base template

The script adds [ List discussion | One click close ] links to section headers to pages with "Wikipedia:Categories for discussion" in the title. After closing a discussion (preferably with WP:XFDC), click the "List discussion" link and make any manual changes necessary. This can then be repeated with more discussions.

The "One click close" link will both close the discussion and list it. It should only be used in clear-cut closes that have the same result as the nom, and for which only one action (deletion/renaming/merging) is needed for all of the categories. Any closes made via this are your responsibilty, and you should take extra care before closing discussions with this.

The local storage containing the text may be cleared if you restart your browser. When finishing an editing session (or just a CFD session), you can list the pages at WT:CFDW by clicking the 'List discussions' link under the 'More' menu, or under the 'Tools' menu in Vector 2022.

CFDlister
DescriptionScript for listing closed CFD discussions for processing
Author(s)Qwerfjkl
StatusStable
First releasedJuly 29, 2022; 21 months ago (2022-07-29)
UpdatedMay 3, 2024; 0 days ago (2024-05-03)
Skin supportVector 2022 (tested); other skins unteseted
SourceUser:Qwerfjkl/scripts/CFDlister.js

Installation[edit]

red-outlined triangle containing exclamation point Warning: You are not logged in. Please create an account or log in to proceed. After installing the script, bypass your cache.

Method 1

Click on the button below. If it doesn't appear after a few seconds you can enable script installer in the "Advanced" section of Special:Preferences#mw-prefsection-gadgets, or try this link.

Install Button
Method 2

This can only be used on the English Wikipedia.

  1. Place importScript('User:Qwerfjkl/scripts/CFDlister.js'); // [[User:Qwerfjkl/scripts/CFDlister.js]] on the bottom of your common.js page or your skin.js page.
  2. Press Publish changes (ignore any error warnings).
Method 3

This can be used on any Wikimedia project (for instance, globally in your global.js on the Meta-Wiki).

  1. Place mw.loader.load('https://en.wikipedia.org/w/index.php?title=User%3AQwerfjkl%2Fscripts%2FCFDlister.js&action=raw&ctype=text/javascript'); // [[User:Qwerfjkl/scripts/CFDlister.js]] on the bottom of your common.js page or your skin.js page.
  2. Press Publish changes (ignore any error warnings).