Extension:ImportArticles
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 |
License | GNU General Public License 3.0 |
Download | |
Quarterly downloads | 5 (Ranked 127th) |
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
edit- Download and move the extracted
ImportArticles
folder to yourextensions/
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' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.