MediaWiki API 帮助

这是自动生成的MediaWiki API文档页面。

文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh

action=tag

main | tag
  • 此模块需要读取权限。
  • 此模块需要写入权限。
  • 此模块只允许POST请求。

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.

通过“|”隔开各值。 值的最高数字是50(对于机器人则是500)。
revid

One or more revision IDs from which to add or remove the tag.

通过“|”隔开各值。 值的最高数字是50(对于机器人则是500)。
logid

One or more log entry IDs from which to add or remove the tag.

通过“|”隔开各值。 值的最高数字是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

Reason for the change.

默认:(空)
token

action=query&meta=tokens取回的“csrf”令牌

这个参数是必须的。
例子:
Add the vandalism tag from revision ID 123 without specifying a reason
api.php?action=tag&revid=123&add=vandalism&token=123ABC
Remove the spam tag from log entry ID 123 with the reason Wrongly applied
api.php?action=tag&logid=123&remove=spam&reason=Wrongly+applied&token=123ABC