Extension:Duplicator
This extension is incompatible with MediaWiki 1.32 or any later release! You are advised against using this extension on a live site. Volunteer developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.39 by replacing the {{Incompatible }} template with {{Incompatible |version=1.32|pledge=~~~~}} . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
![]() Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | Special page , Page action |
Description | Allows to create independent copies of pages |
Author(s) | |
Latest version | 1.5.0 (2020-12-23) |
MediaWiki | 1.31.x - 1.35.x only |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
|
|
duplicate |
|
Quarterly downloads | 25 (Ranked 147th) |
Translate the Duplicator extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The Duplicator extension provides a special page which allows the creation of independent copies (with separate edit histories) of pages.
InstallationEdit
- Download and place the file(s) in a directory called
Duplicator
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'Duplicator' );
- Configure as required.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
ConfigurationEdit
$wgDuplicatorRevisionLimit
- Pages with a large number of revisions cannot be copied if the set limit (default is
250
) is exceeded to avoid excessive write load.
UsageEdit
To duplicate an article, go to the "Special:Duplicator" page. On article pages (and for monobook skin only) a convenient link is provided in the toolbox which will pre-populate the source page title when used.
Enter the title of the article to be copied and the destination title in the appropriate fields, and select whether or not to duplicate the associated discussion page. The latter option will not be presented if the discussion page does not exist.
Click the Duplicate button to perform the operation. You will be advised when this is complete, or in the case of errors. The copy will be logged in the destination page history, and an entry will be created in the recent changes list.
Note: It is not possible to duplicate a page which has more revisions than the configured limit (see above). It is also not possible to overwrite an existing page.