Extension:Random In Category/de

This page is a translated version of the page Extension:Random In Category and the translation is 18% complete.
MediaWiki-Erweiterungen
Random In Category
Freigabestatus: stabil
Einbindung Spezialseite
Beschreibung Direct the user to a random page in a specified category
Autor(en) Victor Vasiliev (VasilievVVDiskussion)
Letzte Version 2.2.0 (2019-04-04)
MediaWiki 1.25+
Datenbankänderungen Nein
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
Übersetze die Random In Category-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

The Random In Category extension allows you to direct the user to a random page in a specified category.

Verwendung

Very similarly to Special:Random, you can specify a category name as a parameter to the page. Thus, "Special:RandomInCategory/Foo" or "Special:RandomPageInCategory/Foo" (MW ≥ MW 1.22) will get you a page from the "Foo" category.

Comparison to Core

MediaWiki Version:
1.22

In MediaWiki 1.22, a Special:RandomInCategory feature was added to core. The core version gives much more biased results than this extension (However, it has much less performance overhead). Versions of this extension for MediaWiki 1.22 and greater change the name that this extension provides from "Special:RandomInCategory" to Special:RandomPageInCategory to prevent conflict with the core feature.

Installation

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