미디어위키 API 도움말

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

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

action=managetags

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

변경 태그에 관한 관리 작업을 수행합니다.

특정 변수:
Other general parameters are available.
operation

Which operation to perform:

create
Create a new change tag for manual use.
delete
Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.
activate
Activate a change tag, allowing users to apply it manually.
deactivate
Deactivate a change tag, preventing users from applying it manually.
이 변수는 필수입니다.
다음 값 중 하나: activate, create, deactivate, delete 또는 다른 문자열: activate, create, deactivate, delete
tag

Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.

이 변수는 필수입니다.
reason

An optional reason for creating, deleting, activating or deactivating the tag.

기본값: (비어 있음)
ignorewarnings

Whether to ignore any warnings that are issued during the operation.

유형: 불리언 (자세한 정보)
tags

Change tags to apply to the entry in the tag management log.

값 (|로 구분): 또는 다른 문자열:
token

"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다

이 변수는 필수입니다.