MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

action=revisiondelete

(main | revisiondelete)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。

Delete and undelete revisions.

パラメーター:
type

Type of revision deletion being performed.

このパラメーターは必須です。
値 (いずれか1つ): 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.

このパラメーターは必須です。
複数の値は | で区切ってください。 値の最大値は 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.

値 (いずれか1つ): yes、no、nochange
既定値: nochange
reason

Reason for the deletion or undeletion.

token

action=query&meta=tokens から取得した「csrf」トークン

このパラメーターは必須です。