미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=protect

(main | protect)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

문서의 보호 수준을 변경합니다.

변수:
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.

유형: 정수
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.

이 변수는 필수 입력 사항입니다.
Separate values with | or alternative. 값들의 최대 수는 50입니다. (봇의 경우 500)
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. 값들의 최대 수는 50입니다. (봇의 경우 500)
기본값: infinite
reason

보호 또는 보호 해제의 이유.

기본값: (비어 있음)
tags

Change tags to apply to the entry in the protection log.

값 (|로 구분):
cascade

Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading.

유형: 부울 (자세한 정보)
watch
사용되지 않습니다.

If set, add the page being (un)protected to the current user's watchlist.

유형: 부울 (자세한 정보)
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

다음 값 중 하나: watch, unwatch, preferences, nochange
기본값: preferences
token

A "csrf" token retrieved from action=query&meta=tokens

이 변수는 필수 입력 사항입니다.