Extension:MostRevisors
From MediaWiki.org
|
MostRevisors Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Add a special page listing pages with the most different editors. |
| Author(s) | Al MaghiTalk |
| MediaWiki | 1.13+ |
| License | GNU General Public License 2.0 or later |
| Download | Download snapshot Subversion [Help] Browse source code |
|
Check usage (experimental) |
|
List pages with the most different editors. (See screenshot)
Contents |
[edit] Installation
- Download extension MostRevisors and drop it in $IP/extensions.
- Add
require_once("$IP/extensions/MostRevisors/MostRevisors.php");to your LocalSettings file.
[edit] Further configuration
- (optional) The extension uses links to [[Special:Contributors/page name]]. This can be disabled by adding
$wgMostRevisorsLinkContributors = False;in LocalSettings. - (optional) The special page [[Special:MostRevisors]] displays pages with at least one editors on default configuration. As your wiki is growing administrators could upon this limit within [[MediaWiki:Mostrevisors-limit-few-revisors]].
- (optional) To ease navigation you may edit MediaWiki:Mostrevisions-summary with something like: See also: [[Special:MostRevisors]].
[edit] Usage
- Special:MostRevisors lists pages. (See screenshot)
- {{Special:MostRevisors}} includes items of the (Main) namespace.
- {{Special:MostRevisors/10}} includes ten items of the (Main) namespace. (warning: QINU error may occur)
- {{Special:MostRevisors/10/Help}} includes ten items of the Help namespace. (warning: QINU error may occur)
- {{Special:MostRevisors/10/all}} includes ten items of any namespace.
[edit] Releases
| Version | Release date | Comments |
|---|---|---|
| 2.1 | 2009-07-14 | Addition of visibility (public/private/protected) on functions. |
| 2.0 | 2009-07-14 | Use a listing function instead of a table: Show/hide redirects, namespace selection, number of pages limitation. Addition of global parameter $wgMostRevisorsLinkContributors = True;. If false, no link to [[Special:Contributors/page name]]. Doesn't work on MW1.13 anymore. |
| 1.0 and 1.1 | 2009-07-10 | Original version. |
[edit] See also
- Extension:CooperationStatistics - charts how much cooperation statistics on the main namespace.
| Language: | English • Português do Brasil |
|---|
