Manual:$wgShowRollbackEditCount
Output: $wgShowRollbackEditCount | |
---|---|
Maximum number to count when a rollback link is shown |
|
Introduced in version: | 1.20.0 (Gerrit change 16932; git #9bae2198) |
Removed in version: | Still in use |
Allowed values: | (integer) |
Default value: | 10 |
Other settings: Alphabetical | By function |
Details
editThe $wgShowRollbackEditCount
is used to show how many edits will be rolled back.
The numeric value of the variable are the limit up to are counted.
If the value is false or 0, the edits are not counted.
When $wgMiserMode
is set, edits are always not counted on Special:RecentChanges and Special:Watchlist.