MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=readinglists
(main | readinglists)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: ReadingLists
- ライセンス: 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.
パラメーター:
その他一般パラメーターが利用可能です。
- 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.
- 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、setup、teardown、update
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。