MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=readinglists
(main | readinglists)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- Source: ReadingLists
- License: GPL-2.0+
Reading list write operations.
Create/update/delete/sort reading lists and entries. See the documentation of the various commands for details.
パラメーター:
- command
Command (API submodule) for reading list write operations.
- create
- Create a new list for the current user.
- createentry
- Add a new page to a list belonging to the current user.
- delete
- Delete a list belonging to the current user.
- deleteentry
- Delete a page from a list belonging to the current user.
- order
- Set the order of current user's reading lists.
- orderentry
- Set the order of entries of a list belonging to the current user.
- setup
- Enable lists for the current user.
- teardown
- Disable lists for the current user.
- update
- Update a list belonging to the current user.
- このパラメーターは必須です。
- 値 (次の値のいずれか1つ): create、createentry、delete、deleteentry、order、orderentry、setup、teardown、update
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。