MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=wbremovereferences

(main | wbremovereferences)
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul erfordert Schreibrechte.
  • Dieses Modul akzeptiert nur POST-Anfragen.
  • Quelle: WikibaseRepository
  • Lizenz: GPL-2.0-or-later

Entfernt einen oder mehrere Einzelnachweise von der gleichen Aussage.

Parameter:
statement

A GUID identifying the statement for which a reference is being set

Dieser Parameter ist erforderlich.
references

Die Hashs der Referenzen, die entfernt werden sollen

Dieser Parameter ist erforderlich.
Werte mit | trennen oder Alternative.
Die maximale Anzahl von Werten beträgt 50 (500 für Clients, denen höhere Limits erlaubt sind).
summary

Summary for the edit. Will be prepended by an automatically generated comment. The length limit of the autocomment together with the summary is 260 characters. Be aware that everything above that limit will be cut off.

tags

Change tags to apply to the revision.

Werte (mit | trennen oder Alternative):
token

Ein „csrf“-Token abgerufen von action=query&meta=tokens

Dieser Parameter ist erforderlich.
baserevid

The numeric identifier for the revision to base the modification on. This is used for detecting conflicts during save.

Typ: Ganzzahl
bot

Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "Bots".

Type: boolean (details)
Beispiel:
Remove reference with hash "455481eeac76e6a8af71a6b493c073d54788e7e9" from the statement with GUID of "Q999999998$D8404CDA-25E4-4334-AF13-A3290BCD9C0F"
api.php?action=wbremovereferences&statement=Q999999998$D8404CDA-25E4-4334-AF13-A3290BCD9C0F&references=455481eeac76e6a8af71a6b493c073d54788e7e9&token=foobar&baserevid=7201010 [in Spielwiese öffnen]