Fandom Developers Wiki
Advertisement

SeeMoreActivityButton adds a button linking to recent wiki activity and differences in the changes listed in the activity module at the bottom right of the new Recent Wiki Activity module.

Installation

Configuration

If you want the old design for personal use: insert the following in your JavaScript page:

window.SeeMoreActivityButtonOld = true;

If you want the old design for sitewide use, insert 1 or true in MediaWiki:Custom-SeeMoreActivityButton-config-old of your wiki.

If you want the script to point to Special:RecentChanges instead of to Special:WikiActivity, insert the following in your JavaScript page:

window.SeeMoreActivityButtonRC = true;

Changelog

v1.0 (2017-04-22)
Initial revision
Slightly after the revision was made, a feature to add diff links next to edits was requested, and that was released as well
v1.1 (2017-04-23 • diff)
Made translatable through I18n-js
Added window.SeeMoreActivityButtonRC configuration option
v1.2 (2017-04-28 • diff)
Diff colors are the same as colors of the adjoining links thanks to MACH-59330
v1.3 (2017-05-04 • diff)
Improved double-loading prevention
v1.4 (2017-12-17 • diff)
Personal code convention changes
CSS is now loaded from the SeeMoreActivityButton.css page
v1.6 (2018-07-19 • diff)
Visual redesign of button, prototype chain
Added window.SeeMoreActivityButtonOld config option
Advertisement