Extension:Stale Pages

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
Stale Pages

Release status: stable

Implementation Special page
Description Add a new special page that lists pages that have not been edited in the last 270 days.
License No license specified
Download
Parameters

$wgStalePagesDays

Check usage (experimental)

The Stale Pages extension add a new special page, Special:Stalepages, that lists pages that have not been edited in the last 270 days (by default). The number of days is configurable with the $wgStalePagesDays setting.

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once( "$IP/extensions/StalePages/StalePages.php" );
    to LocalSettings.php
  3. The extension should be now active.
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox