MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=tag
(main | tag)
- Dieses Modul erfordert Leserechte.
- Dieses Modul erfordert Schreibrechte.
- Dieses Modul akzeptiert nur POST-Anfragen.
Add or remove change tags from individual revisions or log entries.
Parameter:
- rcid
One or more recent changes IDs from which to add or remove the tag.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- revid
One or more revision IDs from which to add or remove the tag.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- logid
One or more log entry IDs from which to add or remove the tag.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- add
Tags to add. Only manually defined tags can be added.
- Werte (mit | trennen):
- remove
Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- reason
Reason for the change.
- Standard: (leer)
- token
Ein „csrf“-Token abgerufen von action=query&meta=tokens
- Dieser Parameter ist erforderlich.
Beispiele:
- 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