MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=stabilize
(main | stabilize)
- Voor deze module zijn leesrechten nodig.
- Voor deze module zijn schrijfrechten nodig.
- This module only accepts POST requests.
- Source: Flagged Revisions
- License: GPL-2.0+
Change page stability settings.
Parameters:
- default
Default revision to show.
- One of the following values: latest, stable
- autoreview
Auto-review restriction.
- One of the following values: sysop, none
- Standaard: none
- expiry
Expiry for these settings.
- Standaard: infinite
- reason
Reden.
- Default: (empty)
- review
Review this page.
- Type: boolean (details)
- watch
Deze pagina volgen.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
- title
Title of the page to be stabilized.
Example:
- Set Test to display the stable revision by default
- api.php?action=stabilize&title=Test&default=stable&reason=Test&token=123ABC [open in sandbox]