Extension:Examples/de-formal

This page is a translated version of the page Extension:Examples and the translation is 33% complete.
MediaWiki extensions manual
Examples
Release status: stable
Implementation Example, ContentHandler
Author(s) Krinkle, Kaldari
MediaWiki 1.32
License GNU General Public License 2.0 or later
Download
Translate the Examples extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The Examples extension is a collection of small extensions that extend the BoilerPlate extension, implementing some common features. It has many additional annotations and inline comments explaining how it all works. Read the Examples extension, base your own code on the BoilerPlate extension.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens examples 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/examples
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'examples' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.


Siehe auch