미디어위키 API 도움말

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

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

action=revisiondelete

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

판을 삭제하거나 되살립니다.

변수:
type

Type of revision deletion being performed.

이 변수는 필수 입력 사항입니다.
다음 값 중 하나: revision, archive, oldimage, filearchive, logging
target

Page title for the revision deletion, if required for the type.

ids

Identifiers for the revisions to be deleted.

이 변수는 필수 입력 사항입니다.
Separate values with | or alternative. 값들의 최대 수는 50입니다. (봇의 경우 500)
hide

What to hide for each revision.

값 (|로 구분): content, comment, user
show

What to unhide for each revision.

값 (|로 구분): content, comment, user
suppress

Whether to suppress data from administrators as well as others.

다음 값 중 하나: yes, no, nochange
기본값: nochange
reason

삭제 또는 복구 이유.

token

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

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