Extension:Random In Category/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
Random In Category
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl
Opis Direct the user to a random page in a specified category
Autor(zy) Victor Vasiliev (VasilievVVdyskusja)
Ostatnia wersja 2.2.0 (2019-04-04)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
Przetłumacz rozszerzenie Random In Category jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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

Użycie

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

Wersja MediaWiki:
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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie RandomInCategory w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/RandomInCategory
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'RandomInCategory' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane. Category:Random page extensions/pl
Category:All extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:Random page extensions/pl Category:Special page extensions/pl Category:Stable extensions/pl