Pomoc API MediaWiki

To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.

Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=readinglists

(main | readinglists)
  • Ten moduł jest wewnętrzny lub niestabilny. Jego działanie może się zmienić bez uprzedzenia.
  • Ten moduł wymaga praw odczytu.
  • Ten moduł wymaga praw zapisu.
  • Ten moduł akceptuje tylko żądania POST.
  • Źródło: ReadingLists
  • Licencja: 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.

Parametry:
Other general parameters are available.
command

Command (API submodule) for reading list write operations.

create
Wewnętrzny. Create a new list for the current user.
createentry
Wewnętrzny. Add a new page to a list belonging to the current user.
delete
Wewnętrzny. Delete a list belonging to the current user.
deleteentry
Wewnętrzny. Delete a page from a list belonging to the current user.
setup
Wewnętrzny. Enable lists for the current user.
teardown
Wewnętrzny. Disable lists for the current user.
update
Wewnętrzny. Update a list belonging to the current user.
Ten parametr jest wymagany.
Jedna z następujących wartości: create, createentry, delete, deleteentry, setup, teardown, update
token

Token „csrf” pobrany z action=query&meta=tokens

Ten parametr jest wymagany.