User:Shahadat/MoveToDraft
This user script is currently active on Justapedia. This has been verified by an administrator or creator. If there is a problem, please leave a message on its talk page. |
MoveToDraft | |
---|---|
File:MoveToDraft - Options screen.png | |
Description | Moves articles to draft space, usually used for undersourced articles |
Author(s) | Shahadat |
Maintainer(s) | Shahadat |
Version | 2.5.8 |
Updated | 26 July 2023 (history and older history) |
Skin support |
|
Source | User:Shahadat/MoveToDraft.js |
MoveToDraft (source) – A script that is used to JP:DRAFTIFY articles (move to draft space), including cleanup and author notification.
Steps performed by the script:
- Move the current page to draftspace and, if the user isn't an admin or page mover, then tag the redirect left behind for R2 speedy deletion.
- Check if any files used are non-free.
- Edit page to comment out non-free files, put categories in {{Draft categories}}, and add the {{AFC draft}} template.
- Add a notification message on the author's/significant contributors' talk page/s.
- Update talk page banners.
- Log the move to the /Draftify log subpage of the user's space, if it exists.
Installation
Automatic
- Step 1: Check the checkbox at Preferences → Gadgets → Advanced → Install scripts without having to manually edit JavaScript files (documentation) and click Save.
- Step 2: Click the big blue "Install" button in the infobox on the right of this page.
Manual
- Add the following to Special:MyPage/common.js (or your skin-specific js, if you prefer):
{{subst:iusc|User:Shahadat/MoveToDraft.js}}
Usage
- On articles, there will be an additional "Move to draft" menu option next to the regular "Move" option. In Vector skin, this is within the "More" dropdown menu.
- Selecting "Move to draft" will bring up a list of contributors to whom notifications can be sent. This step is skipped if there is only one contributor to the page.
- Next, a dialogue box is shown where the new draft title, the username of the author to notify, and a set of checkboxes to indicate the problem/s with the current version of the article can be chosen.
- When the "Continue" button is clicked, the script will undertake the steps listed above. If there are any errors encountered with a step, you generally have the option to retry or skip it.
- Note: for those without the page mover user-right, the redirect left behind from moving the article to draftspace will be tagged for CSD R2 deletion automatically.
Warnings
The script warns the user in certain conditions:
- Previous draftification of the article
- Old article (created more than 90 days ago)
- New article (significant edit/s less than 1 hour ago)
Draftify log
This script adds a pseudo-special page for viewing logs of draftifications – all draftifications, not just from this tool.
Once installed, you can navigate to Special:Draftify log and view logs from all users, or a particular user.
For convenience, a "Draftify log" link is placed on user pages (near the "Move to draft" menu option), linking to that user's log.
A wikitext version of the log is generated in a textbox at the bottom of the page, for easy copy-pasting if desired.
Todos
- Switch UI to Vue.js
Customisation
- Watching pages: If you want to watchlist the pages that you move, you can change your preferences in Special:Preferences#mw-prefsection-watchlist ("Watched pages" section).
- "Move to draft" link placement: Add the line
var m2d_portlet = "
to your common.js, replacingportletID
";portletID
with one of the portlet id values from Help:Customizing toolbars (the script's default location isp-cactions
) - Move log rationale: Add the line
var m2d_rationale = "
to your common.js, replacingrationale
";rationale
with custom text. The default rationale is [[JP:DRAFTIFY|Not ready]] for mainspace, incubate in draftspace - Edit summary for preparing article for draftspace: Add the line
var m2d_editsummary = "
to your common.js, replacingeditSummary
";editSummary
with custom text. The default rationale is [[JP:AFC|AFC]] draft - Disable logging within your userspace: Add the line
var m2d_doNotLog =
to your common.js to disable logging moves (in /Draftify log within your userspace). Logging is enabled if this is omitted or set to false.true
;
Note to interface admins
I, Shahadat, the owner of this script and userspace, give interface-admins permission to edit this script with any changes based on consensus, including redirecting the script to a new location, via inline code that loads a different user script location, in the following cases:
Script Attribution
This script was manually imported from Wikipedia in compliance with their CC-BY-SA license. This script is utilized either partially or in full, incorporating corrections, modifications, or imported from the original script. For details regarding the original script and its creator, please refer to the following link: https://en.wikipedia.org/wiki/User:MPGuy2824/MoveToDraft |