MediaWiki API ヘルプ

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

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

action=revisiondelete

(main | revisiondelete)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: MediaWiki
  • ライセンス: GPL-2.0-or-later

版の削除および復元を行います。

パラメーター:
type

Type of revision deletion being performed.

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

値 (|もしくは別の文字列で区切る): contentcommentuser
show

What to unhide for each revision.

値 (|もしくは別の文字列で区切る): contentcommentuser
suppress

Whether to suppress data from administrators as well as others.

値 (次の値のいずれか1つ): yesnonochange
既定値: nochange
reason

削除または復元の理由。

tags

Tags to apply to the entry in the deletion log.

値 (|もしくは別の文字列で区切る):
token

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

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