Author(s) | Chlod |
---|---|
Status | Stable |
Updated | March 14, 2021 |
Browsers | Firefox (but likely works on all browsers) |
Skins | Vector (but likely works on all skins) |
Source | User:Chlod/Scripts/FoldArchives.js |
Fold Archives allows the folding of archived talk page threads (or any thread with {{atop}}/{{abot}}) in order to reduce screen space.
Installation
English Wikipedia
Edit Special:MyPage/common.js or Special:MyPage/skin.js and append this to your scripts page:
importScript("User:Chlod/Scripts/FoldArchives.js");
Other Wikipedia Languages
Add this to the common.js file of your account on that wiki:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Chlod/Scripts/FoldArchives.js&action=raw&ctype=text/javascript');
Configuration
You can enable a transparent-to-dark fade by inserting the following line before importing the script.
TemplateStyles' src
attribute must not be empty.
You can override the gradient entirely by inserting the following line before importing the script. Note that you need to use a working CSS background.
TemplateStyles' src
attribute must not be empty.
You can also set the height of the folded box by inserting the following line before importing the script. Note that you need to include a CSS unit with this value, or else it won't work properly.
TemplateStyles' src
attribute must not be empty.
If this script causes conflicts with the classes of other scripts, you can override the class prefix by inserting the following line before importing the script. In most cases, you wouldn't need this though.
TemplateStyles' src
attribute must not be empty.
Source
The source can be found at User:Chlod/Scripts/FoldArchives.js. Like all Wikipedia pages, the license is CC BY-SA 3.0.
Discussion
You may visit my talk page if you have any concerns. You may also discuss this script specifically using this page's talk page.