View text source at Wikipedia
Description | Simplifies manual archiving |
---|---|
Author(s) | Σ, Enterprisey, andrybak |
First released | 2022-10-02 |
Updated | October 1, 2024 (2 months ago) |
Skins |
|
Source | User:Andrybak/Scripts/Archiver.js |
Archiver is a user script for semi-automatically archiving multiple talk page sections at a time. The script doesn't require manually typing archive pagename in most cases.
On English Wikipedia it is recommended to install this script using the script-installer gadget, which can be turned on at:
Then you can go back to this page and click the big blue "Install" button in the infobox.
To install the script on another wiki (including your global.js), use the following snippet:
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Andrybak/Scripts/Archiver.js&action=raw&ctype=text/javascript');
How to use the script after installation.
To find the destination page for the archived sections, the script looks through subpages and tries to find an archive page with the highest number. Supported formats are /Archive 1
(most commonly used format), /Archive 2025
(format for annual archives) and a similar format with slashes instead of spaces (/Archive/1
, not supported for yearly subpages). The script doesn't use templates that configure automatic archiving by bots (like {{User:MiszaBot/config}}), which is done by other similar scripts.