MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=protect
- This module requires read rights.
 - This module requires write rights.
 - This module only accepts POST requests.
 - Font : MediaWiki
 - Licéncia : GPL-2.0-or-later
 
Modificar lo nivèl de proteccion d’una pagina.
- title
 Title of the page to (un)protect. Cannot be used together with pageid.
- pageid
 ID of the page to (un)protect. Cannot be used together with title.
- Tipus: enter
 - protections
 List of protection levels, formatted action=level (e.g. edit=sysop). A level of all means everyone is allowed to take the action, i.e. no restriction.
Note: Any actions not listed will have restrictions removed.
- Cal aquest paràmetre.
 - Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 - expiry
 Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use infinite, indefinite, infinity, or never, for a never-expiring protection.
- Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 - Per defecte: infinite
 - reason
 Motiu de (des)proteccion.
- Default: (empty)
 Change tags to apply to the entry in the protection log.
- Values (separate with | or alternative):
 - cascade
 Activa la protecció en cascada (és a dir, protegeix les plantilles i imatges utilitzades en aquesta pàgina). S'ignora si cap dels nivells de protecció suporta la protecció en cascada.
- Type: boolean (details)
 - watch
 - Obsolèt.
 If set, add the page being (un)protected to the current user's watchlist.
- Type: boolean (details)
 - watchlist
 Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
- One of the following values: nochange, preferences, unwatch, watch
 - Per defecte: preferences
 - token
 A "csrf" token retrieved from action=query&meta=tokens
- Cal aquest paràmetre.
 
- Protegir una pagina
 - api.php?action=protect&title=Detectiu%20Conan%20Wiki&token=123ABC&protections=edit=sysop|move=sysop&cascade=&expiry=20070901163000|never [open in sandbox]
 - Unprotect a page by setting restrictions to all (i.e. everyone is allowed to take the action).
 - api.php?action=protect&title=Detectiu%20Conan%20Wiki&token=123ABC&protections=edit=all|move=all&reason=Lifting%20restrictions [open in sandbox]
 - Unprotect a page by setting no restrictions.
 - api.php?action=protect&title=Detectiu%20Conan%20Wiki&token=123ABC&protections=&reason=Lifting%20restrictions [open in sandbox]