Wikipedia:XFDcloser
Important note: You are responsible for any edits/actions performed using XFDcloser. Please make sure you understand relevant Wikipedia policies, guidelines, and procedures, and use this tool accordingly.(Some pertinent pages are:WP:Consensus,WP:Closing discussions,WP:Non-admin closure) |
Description | Closes XfD discussions |
---|---|
Author(s) | Evad37 |
Maintainer(s) | Novem Linguae |
Version |
|
Updated | 22 January 2022 |
Browsers | Most browsers released since 2013, including Chrome, Firefox, IE11, Edge, Safari |
Skins |
|
Source | |
GitHubrepository | xfdcloser |
XFDcloser(source) is agadgetto closeXfD discussionsat multiple venues. Feedback, includingbugreports and feature suggestions, can be givenon the talk page.
Installation
To install the gadget, visitSpecial:Preferences § Gadgets,scroll down to "Maintenance and administration", tick XFDcloser, and save the page.
If you previously installed the userscript version (or one of its redirects listed here), you should uninstall it:
- User:Czar/closexfd.js(source)
- User:Evad37/XFDcloser.js(source)
- User:Evad37/XFDcloser/v3.js(source)
- User:Mr.Z-man/closeAFD.js(source)
Remove the line
importScript('User:Evad37/XFDcloser.js'); // [[User:Evad37/XFDcloser]]
or
importScript('User:Mr.Z-man/closeAFD.js');
fromSpecial:MyPage/common.js(or skin-specific js such asvector.js,monobook.js,etc)
Note that the gadget is not available unless you areextended confirmed.
Features
In addition to closing or relisting discussions, XFDcloser can undertake actions to implement a close:
- Add old XfD templates to talk pages
- Will collapse multiple banners into a single{{Old AfD multi}}banner
- Remove nomination templates from nominated pages (when the pages are kept)
- Replace nomination templates with merge template, add merge tag to target's talk page (AfD, MfD)
- Delete nominated pages (when the result is delete)
- Also delete the talk pages
- List templates at theholding cell,in specified section (TfD)
- Replace nomination template with{{Being deleted}}
- or if "Ready for deletion", apply speedy deletion tags to the template (G6) and its talk page (G8)
- Delete redirects
- Also delete redirects' talk pages
- Unlink backlinks (AfD, FfD)
- Redirect, or delete and then redirect, nominated pages
- Apply specifiedrcats
- Unlink circular links from redirect target
When there is more than one page nominated, multiple results (i.e. "keep some, delete others" ) can be specified, with appropriate actions applied to each page.
Usage
XFDcloser adds closing/relisting links after the headings of each discussion, for the following XfD venues:AfD,CfD,FfD,MfD,RfD,TfD
Close
Click on the[close]link to bring up a dialogue box, where you can select various options, and type out a rationale.
Multiple results
To specify results individually for each page in a multiple-nomination XfD, choose theMultiple results...button.
QuickClose
Clicking on the[quickClose]link brings up two links,qkandqD.These are shortcuts that bypass the form, to quickly close the discussion as keep or delete (respectively), with no further rationale, and with default options.
Relist
Click on the [relist] link to bring up a dialogue box, where you can optionally type out a rationale.
Unlinking backlinks
For AfD and FfD discussions, there is an option to unlink backlinks (including file usage). For links within list items, it is sometimes more appropriate to remove the list item rather than unlinking it, depending on the list'sselection criteria.In such cases, the script will ask whether to keep the unlinked item, keep it and request a citation (add{{citation needed}}
), or remove it:
Hide/Show closed sections
An option to hide or show already closed sections, making it easer to find unclosed sections. Appears in a small yellow box in the bottom-right corner of the screen. When you change states, this will be remembered (iflocalStorageusage is available/allowed by your browser)
Discussion age detection
XFDcloser detects how long a discussion has been listed for, and if it has been relisted. Closers will be warned if it has been less than 7 full days since the discussion was listed, or since it was last relisted. This information is also, by default, displayed using background colours for the closing/relisting links:
- Green if older than 7 days
- Orange if less than 7 days since last relist
- Red if less than 7 days since initial listing
- Yellow if age could not be detected
These styles can be adjusted by editing yourcommon.css(or skin-specific) CSS page, as the script applies the following classes to heading elements:
- one of
xfdc-old
,xfdc-notOld
,orxfdc-unknownAge
, - and
xfdc-relisted
if the discussion has been relisted.
Here are some example code of alternative styles you can use:
Expand background colour to entire heading
|
---|
.xfdc-old{background-color:#c6ffc6}
.xfdc-notOld{background-color:#ffc6c6}
.xfdc-unknownAge{background-color:#ffffc6}
.xfdc-notOld.xfdc-relisted{background-color:#ffe9c6}
|
Remove background colours
|
---|
.xfdc-notOld.xfdc-action,
.xfdc-old.xfdc-action,
.xfdc-unknownAge.xfdc-action,
.xfdc-relisted.xfdc-notOld.xfdc-action{
background:inherit!important;
}
|
Add text descriptions after closing/relisting links
|
---|
.xfdc-old.xfdc-status:after{content:"More than 7 days old";color:#14866d;}
.xfdc-notOld.xfdc-status:after{content:"Less than 7 days old";color:#b32424;}
.xfdc-notOld.xfdc-relisted.xfdc-status:after{content:"Less than 7 days since last relist";color:#a05518;}
.xfdc-unknownAge.xfdc-status:after{content:"Unable to detect discussion age";color:#fc3;}
.xfdc-status:after{
font-size:92%;
margin-left:13px;
}
|
Notes
- Non-admin users will automatically have their closes marked with "(non-admin closure)".
- Non-admins are not offered deletion options, except for TfD's which get listed at the TfD holding cell.
- Entering the result "soft delete" will automatically add an explanation andrequest for undeletionlink to the additional rationale box, usingWikipedia:XFDcloser/Soft deletion rationale.
- For TfD: If the holding cell section "Ready for deletion" is selected, the template(s) will have{{db-xfd}}added instead of{{being deleted}}.
- For RfD: If the discussion is closed to any result that changes the redirect(s),all of the existingcategories and categorization templateswill be removed.It is advised to verify each redirect after the RfD is closed, and restore any applicable categories and categorization templates on the redirect(s).
Licensing and attribution
Originally published on the English Wikipedia athttps://en.wikipedia.org/wiki/MediaWiki:Gadget-XFDcloser.js and available under Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA 3.0)https://creativecommons.org/licenses/by-sa/3.0/and GNU Free Documentation License (GFDL)http:// gnu.org/copyleft/fdl.html
This gadget incorporates code derived from, and is a direct replacement for, these scripts also written by Evad37:
- https://en.wikipedia.org/wiki/User:Evad37/CFDcloser.js
- https://en.wikipedia.org/wiki/User:Evad37/FFDcloser.js
- https://en.wikipedia.org/wiki/User:Evad37/TFDcloser.js
Furthermore, it incorporates code copied/derived from:
- https://en.wikipedia.org/wiki/User:Mr.Z-man/closeAFD2.js
- https://en.wikipedia.org/wiki/MediaWiki:Gadget-twinkleunlink.js
- https://en.wikipedia.org/wiki/MediaWiki:Gadget-morebits.js
See these pages' "History" pages for their authors. All of the these pages are also published on Wikipedia, and thus also available under the terms of the CC BY-SA 3.0 license and GFDL.