MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=wbremovereferences

(main | wbremovereferences)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo richiede i diritti di scrittura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: WikibaseRepository
  • Licenza: GPL-2.0-or-later

Rimuove uno o più riferimenti della stessa dichiarazione.

Parametri specifici:
Sono disponibili altri parametri generali.
statement

Un GUID che identifica la dichiarazione per cui si sta impostando un riferimento

Questo parametro è obbligatorio.
references

The hashes of the references that should be removed

Questo parametro è obbligatorio.
Separa i valori con | o alternativa.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
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.

Valori (separati da | o alternativa):
token

Un token "csrf" recuperato da action=query&meta=tokens

Questo parametro è obbligatorio.
baserevid

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

Type: integer
bot

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

Tipo: booleano (dettagli)
returnto

Titolo della pagina. Quando si effettua una modifica con un account temporaneo, durante il salvataggio, l'API potrebbe rispondere con un URL che invita chi modifica a completare l'accesso. Se questo parametro viene fornito, l'URL reindirizzerà alla pagina specificata, invece che a quella modificata.

Tipo: titolo della pagina
Accetta pagine non esistenti.
returntoquery

URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.

Predefinito: (vuoto)
returntoanchor

URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.

Predefinito: (vuoto)
Esempio:
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 [apri in una sandbox]