Handbuch:$wgExtraRandompageSQL
Appearance
Diese Funktion wurde in der Version 1.19.0 vollständig entfernt. |
Seitenanpassung: $wgExtraRandompageSQL | |
---|---|
Filter for Special:Randompage. Part of a WHERE clause. |
|
Eingeführt in Version: | 1.3.0 (r4256) |
Veraltet in Version: | 1.16.0 |
Entfernt in Version: | 1.19.0 (r87598) |
Erlaubte Werte: | (Zeichenkette) oder false |
Standardwert: | false |
Andere Einstellungen: Alphabetisch | Nach Funktion |
As of 1.16, the Hooks/SpecialRandomGetRandomTitle hook provides a more flexible interface to modify the selection criteria.
Details
Filter for Special:Randompage. Part of a WHERE clause.
This variable can be used to bias or change the nature of the "random" page search. For example, to prevent the Main Page from showing as a randomly selected page, set:
$wgExtraRandompageSQL = 'page_title != "Main_Page"';