Kézikönyv:Lap találomra

From mediawiki.org
This page is a translated version of the page Manual:Random page and the translation is 62% complete.

Egy véletlen lap a Special:Random segítségével tekinthető meg. Ez a wfRandom() függvényt használja, amely képes elkerülni a duplikált értékeket 4 611 686 014 132 420 609 (azaz ≈ ) lapig, valamint a page.page_random értékeket a page táblázatból. A SpecialRandomGetRandomTitle hook használható a kiválasztási kritériumok módosításához.

In MysqlUpdater.php , the RAND() function is used to populate page_random.

By default, selection will be limited to pages from namespaces in $wgContentNamespaces . The user can choose which namespace to look in. For example, if they wanted to view a random file they could go to Special:Random/file. If they wanted to view a random mainspace page they could go to Special:Random/main, etc.

The file that implements this feature is SpecialRandomPage.php. SpecialRandomRedirect.php (Special:RandomRedirect) directs the user to a random redirect page (minus the second redirect). There is an array, $extra, that allows for adding extra SQL statements to the query for selecting a random page from the database.

Lásd még