Extension:ImportArticles

From mediawiki.org
MediaWiki extensions manual
ImportArticles
Release status: stable
Implementation Ajax
Description Adds an ImportArticles used for JavaScript to import multiple CSS/JS pages at once.
Author(s) Developawstalk
Latest version 1.4 (2017-01-26)
MediaWiki 1.25+
Database changes No
Composer mediawiki/import-articles
License GNU General Public License 3.0
Download
Quarterly downloads 4 (Ranked 140th)
Translate the ImportArticles extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The ImportArticles extension adds a JavaScript that is loaded on the page, which allows the importation of multiple JS and CSS at once. This is usable in the MediaWiki namespace for the skin, or in the users namespace for their local modifications.

Installation

  • Download and move the extracted ImportArticles 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/ImportArticles
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ImportArticles' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.