MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
meta=readinglistorder (rlo)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- Source: ReadingLists
- License: GPL-2.0+
Show the order of lists and items within lists.
Returns all list IDs of the current user in the proper order. Also the entry IDs of each list on request. This can be used by clients to implement client-side sorting.
パラメーター:
例:
- Get the order of the reading lists themselves.
- api.php?action=query&meta=readinglistorder&rlolistorder=1 [サンドボックスで開く]
- Get the order of entries in reading lists 1 and 2.
- api.php?action=query&meta=readinglistorder&rlolists=1|2 [サンドボックスで開く]