MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=tag
(main | tag)
- Voor deze module zijn leesrechten nodig.
 - Voor deze module zijn schrijfrechten nodig.
 - This module only accepts POST requests.
 - Bron: MediaWiki
 - Licentie: GPL-2.0-or-later
 
Add or remove change tags from individual revisions or log entries.
Parameters:
- rcid
 One or more recent changes IDs from which to add or remove the tag.
- Type: list of integers
 - Separate values with | or alternative.
 - Maximumaantal waarden is 50 (of 500 voor cliënten waaraan hogere limieten zijn toegestaan).
 - revid
 One or more revision IDs from which to add or remove the tag.
- Type: list of integers
 - Separate values with | or alternative.
 - Maximumaantal waarden is 50 (of 500 voor cliënten waaraan hogere limieten zijn toegestaan).
 - logid
 One or more log entry IDs from which to add or remove the tag.
- Type: list of integers
 - Separate values with | or alternative.
 - Maximumaantal waarden is 50 (of 500 voor cliënten waaraan hogere limieten zijn toegestaan).
 - add
 Tags to add. Only manually defined tags can be added.
- Waarden (gescheiden met | of alternatief):
 - remove
 Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
- Separate values with | or alternative.
 - Maximumaantal waarden is 50 (of 500 voor cliënten waaraan hogere limieten zijn toegestaan).
 - reason
 Reden voor de wijziging.
- Default: (empty)
 - tags
 Tags to apply to the log entry that will be created as a result of this action.
- Waarden (gescheiden met | of alternatief):
 - token
 A "csrf" token retrieved from action=query&meta=tokens
- Deze parameter is vereist.
 
Voorbeelden:
- Add the vandalism tag to revision ID 123 without specifying a reason
 - api.php?action=tag&revid=123&add=vandalism&token=123ABC [open in de zandbak]
 - 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 [open in de zandbak]