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=readinglists

(main | readinglists)
  • Questo modulo è interno o instabile. Il suo funzionamento potrebbe variare senza preavviso.
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo richiede i diritti di scrittura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: ReadingLists
  • Licenza: GPL-2.0-or-later

Reading list write operations.

Create/update/delete/sort reading lists and entries. See the documentation of the various commands for details.

Parametri specifici:
Sono disponibili altri parametri generali.
command

Command (API submodule) for reading list write operations.

create
Internal. Create a new list for the current user.
createentry
Internal. Add a new page to a list belonging to the current user.
delete
Internal. Delete a list belonging to the current user.
deleteentry
Internal. Delete a page from a list belonging to the current user.
setup
Internal. Enable lists for the current user.
teardown
Internal. Disable lists for the current user.
update
Internal. Update a list belonging to the current user.
This parameter is required.
Uno dei seguenti valori: create, createentry, delete, deleteentry, setup, teardown, update
token

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

This parameter is required.