Manual:$wgShowRollbackEditCount/en

From Linux Web Expert

Revision as of 22:42, 13 March 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Output</translate>: $wgShowRollbackEditCount
Maximum number to count when a rollback link is shown
<translate> Introduced in version:</translate>1.20.0 (Gerrit change 16932; git #9bae2198)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(integer)
<translate> Default value:</translate>10

Details

The $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.

See also