User:Chlod/Scripts/FoldArchives

This is an old revision of this page, as edited by Chlod (talk | contribs) at 13:58, 14 March 2021 (New script). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
FoldArchives
Author(s)Chlod
StatusStable
UpdatedMarch 14, 2021; 4 years ago (2021-03-14)
BrowsersFirefox (but likely works on all browsers)
SkinsVector (but likely works on all skins)
SourceUser: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.