MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=revisiondelete
(main | revisiondelete)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- Source: MediaWiki
- License: GPL-2.0+
版の削除および復元を行います。
パラメーター:
- 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
削除または復元の理由。
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。
例:
- Main Page の版 12345 の本文を隠す。
- api.php?action=revisiondelete&target=Main%20Page&type=revision&ids=12345&hide=content&token=123ABC
- Hide all data on log entry 67890 with the reason BLP violation.
- api.php?action=revisiondelete&type=logging&ids=67890&hide=content|comment|user&reason=BLP%20violation&token=123ABC