The '''Duplicator''' extension provides a special page which allows the creation of independent copies (with separate edit histories) of pages.
'''==<span id="Installation" class="mw-headline">Installation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[<a href="https://www.mediawiki.org/w/index.php?title=Extension:Duplicator&action=edit§ion=1" title="Edit section: Installation">edit]</span></span>==
* [https://www.mediawiki.org/wiki/Special:ExtensionDistributor/Duplicator Download] and place the file(s) in a directory called <code>Duplicator</code> in your <code>extensions/</code> folder.
* Add the following code at the bottom of your [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php LocalSettings.php]:<div class="mw-highlight mw-content-ltr" dir="ltr">
<pre><span class="k">require_once</span> <span class="s2">"</span><span class="si">$IP</span><span class="s2">/extensions/Duplicator/Duplicator.php"</span><span class="p">;</span>
</pre></div>
* '''Done''' - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
'''Source: [https://www.mediawiki.org/wiki/Extension:Duplicator mediawiki]'''