Extension:ImportArticles/de-formal

From mediawiki.org
This page is a translated version of the page Extension:ImportArticles and the translation is 20% complete.
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) DevelopawsDiskussion
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 143rd)
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens ImportArticles im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ImportArticles
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'ImportArticles' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.