Extension:ImportArticles

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
ImportArticles
Release status: stableCategory:Stable extensions
Implementation AjaxCategory:Ajax extensions
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+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 3.0
Download Category:Extensions in Wikimedia version control
Quarterly downloads 1 (Ranked 97th)
Translate the ImportArticles extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

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. Category:Simple extensions
Category:Ajax extensions Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Simple extensions Category:Stable extensions