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=wbcreateclaim
- 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
Crea asserzioni Wikibase.
- entity
ID dell'entità a cui è stata aggiunta l'asserzione
- Questo parametro è obbligatorio.
- snaktype
Il tipo di snak
- Questo parametro è obbligatorio.
- Uno dei seguenti valori: novalue, somevalue, value
- property
ID dello snak proprietà
- Questo parametro è obbligatorio.
- value
Valore dello snak durante la creazione di un'asserzione con uno snak che ha un valore
- 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.
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)
- Crea un'asserzione per l'elemento Q999999998 di proprietà P9001 con uno snak "nessun valore".
- api.php?action=wbcreateclaim&entity=Q999999998&property=P9001&snaktype=novalue [apri in una sandbox]
- Crea un'asserzione per l'elemento Q999999998 di proprietà P9002 con un valore stringa "itsastring"
- api.php?action=wbcreateclaim&entity=Q999999998&property=P9002&snaktype=value&value="itsastring" [apri in una sandbox]
- Crea un'asserzione per l'elemento Q999999998 di proprietà P9003 con un valore elemento Q1
- api.php?action=wbcreateclaim&entity=Q999999998&property=P9003&snaktype=value&value={"entity-type":"item","numeric-id":1} [apri in una sandbox]
- Crea un'asserzione per l'elemento Q999999998 di proprietà P9004 con un valore coordinata
- api.php?action=wbcreateclaim&entity=Q999999998&property=P9004&snaktype=value&value={"latitude":40.748433,"longitude":-73.985656,"globe":"http://www.wikidata.org/entity/Q2","precision":0.000001} [apri in una sandbox]