MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=tag
(main | tag)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- Source: MediaWiki
- License: GPL-2.0+
Add or remove change tags from individual revisions or log entries.
パラメーター:
- rcid
One or more recent changes IDs from which to add or remove the tag.
- Type: list of integers
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- revid
One or more revision IDs from which to add or remove the tag.
- Type: list of integers
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- logid
One or more log entry IDs from which to add or remove the tag.
- Type: list of integers
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- add
Tags to add. Only manually defined tags can be added.
- 値 (|で区切る):
- remove
Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- reason
変更の理由。
- 既定値: (空)
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。
例:
- Add the vandalism tag to revision ID 123 without specifying a reason
- api.php?action=tag&revid=123&add=vandalism&token=123ABC
- Wrongly applied という理由で spam タグを 記録項目ID 123 から取り除く
- api.php?action=tag&logid=123&remove=spam&reason=Wrongly+applied&token=123ABC