Difference between revisions of "Help:Random page"

From SacredWiki
Jump to navigation Jump to search
m (1 revision(s))
 
m (1 revision(s))
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
Users can also opt to view a random page in a namespace of their choice. This is achieved by specifying a namespace as a parameter to the page, i.e. [[Special:Random/Help]] will select a random page in the Help namespace; [[Special:Random/Category]] will show the contents of a random category, etc.
 
Users can also opt to view a random page in a namespace of their choice. This is achieved by specifying a namespace as a parameter to the page, i.e. [[Special:Random/Help]] will select a random page in the Help namespace; [[Special:Random/Category]] will show the contents of a random category, etc.
 +
 +
==Settings==
 +
* {{mediawiki|Manual:$wgContentNamespaces}} - this will set what namespaces should be counted as article content and included in [[Special:Random]] function
 +
* {{mediawiki|Manual:$wgExtraRandompageSQL}} - this settings allows for filtering of content from the [[Special:Random]] function
  
 
{{languages}}
 
{{languages}}
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Special Pages|{{PAGENAME}}]]
 
[[Category:Special Pages|{{PAGENAME}}]]
 +
[[Category:Random page|{{PAGENAME}}]]

Revision as of 02:16, 7 December 2010

PD Important note: When you edit this page, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit. This page is one of the Public Domain Help Pages, which can be freely copied into fresh wiki installations and/or distributed with MediaWiki software; see Help:Contents for an overview of all pages. See Project:PD help/Copying for instructions. PD
The default sidebar on the left, see the fifth link from top

The random page feature allows users to view a wiki page at random. The default, and most convenient use is to show a random page in the main namespace, and is accessed through the Special:Random page. Users will be redirected to the selection.

Special:Randompage is an alias for the feature and works in the same manner.

Namespace selection

Users can also opt to view a random page in a namespace of their choice. This is achieved by specifying a namespace as a parameter to the page, i.e. Special:Random/Help will select a random page in the Help namespace; Special:Random/Category will show the contents of a random category, etc.

Settings