Extension:CreatedPagesList

Category:GPL licensed extensions
MediaWiki extensions manual
CreatedPagesList
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Lists all articles created by selected author.
Author(s) Edward Chernenko
Latest version 1.2.1
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
MediaWiki 1.27+Category:Extensions with manual MediaWiki version
Database changes Yes
Tables createdpageslist
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 1 (Ranked 97th)
Translate the CreatedPagesList extension if it is available at translatewiki.net
Category:All extensions

The CreatedPagesList extension adds special page ("Special:CreatedPagesList"), which lists all articles (i.e. pages in content namespaces) created by specific user.

Installation

  • Download and move the extracted CreatedPagesList folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CreatedPagesList
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CreatedPagesList' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:List extensions Category:User extensions
Category:All extensions Category:ArticleDeleteComplete extensions Category:ArticleUndelete extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions with manual MediaWiki version Category:Extensions with release branches compatibility policy Category:GPL licensed extensions Category:List extensions Category:LoadExtensionSchemaUpdates extensions Category:PageSaveComplete extensions Category:Special page extensions Category:Stable extensions Category:User extensions