Extension:CreatedPagesList
Appearance
From mediawiki.org
Release status: stable |
|
|---|---|
| Implementation | Special page |
| 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. |
| MediaWiki | 1.42+ |
| Database changes | Yes |
| Licence | GNU General Public License 2.0 or later |
| Download | |
| Translate the CreatedPagesList extension if it is available at translatewiki.net | |
The CreatedPagesList extension adds special page ("Special:CreatedPagesList"), which lists all articles (i.e. pages in content namespaces) created by specific user.
Installation
[edit ]- Download and move the extracted
CreatedPagesListfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cdextensions/ gitclonehttps://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:Versionon your wiki to verify that the extension is successfully installed.
This extension is included in the following wiki farms/hosts and/or packages:
Categories:
- Stable extensions
- Special page extensions
- ArticleDeleteComplete extensions
- ArticleUndelete extensions
- LoadExtensionSchemaUpdates extensions
- PageSaveComplete extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions included in Miraheze
- List extensions
- User extensions