미디어위키 API 도움말

이 페이지는 自動으로 生成된 미디어위키 API 도움말 文書입니다.

說明 文書 및 例示: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=readinglistentries (rle)

( main | query | readinglistentries )
  • 이 모듈은 內部用이거나 不安定합니다. 動作은 豫告 없이 變更될 수 있습니다.
  • 이 모듈은 read 權限을 要求합니다.
  • 이 모듈은 生成機로 使用할 수 있습니다.
  • 出處: ReadingLists
  • 라이선스: GPL-2.0-or-later

特定 目錄의 文書를 羅列합니다.

This module has two modes of operation. With the rlelists parameter, it returns the pages in the given list(s). With the rlechangedsince parameter, it returns all list entries from any list of the current user which have been changed since the given date. (This is meant for device sync and, unlike the other modes, includes deleted entries, although not entries of deleted lists.)

特定 變數:
다른 一般 變數를 使用할 수 있습니다.
rlelists

文書를 返還할 目錄 ID입니다.

類型: 精髓 目錄
| 또는 代案 으로 값을 區分합니다.
값의 最大 數는 50(더 높은 制限이 許容된 클라이언트의 境遇 500)입니다.
rlechangedsince

이 타임스탬프 以後로 變更된 目錄 엔트리를 標示합니다. 2024-05-13T16:45:44Z 以後與野 합니다.

類型: 타임스탬프 ( 許容되는 포맷 )
rlesort

Property to sort by. name cannot be used together with rlechangedsince . Defaults to updated when rlechangedsince is set, and to name otherwise.

name
文書의 題目입니다. (프로젝트 이름은 無視됩니다. 李瑱값으로 整列됩니다. 이를테면 모든 ASCII 大文字는 小文字 보다 優先하여 整列됩니다.)
updated
Last update timestamp.
다음 값 中 하나: name, updated 또는 다른 文字列 : name, updated
rledir

整列 方向: ascending (A부터 Z, 가장 오래된 것부터 가장 새로운 것) 또는 descending .

다음 값 中 하나: ascending, descending 또는 다른 文字列 : ascending, descending
基本값: ascending
rlelimit

返還할 結果 項目의 數입니다.

類型: 整數 또는 max
값은 1와 100 사이여야 합니다.
基本값: 10
rlecontinue

더 많은 結果를 利用할 수 있을 때, 繼續하려면 이것을 使用하십시오.

例示:
Get the pages from the reading lists with ID 10 , 11 and 12 .
api.php?action=query&list=readinglistentries&rlelists=10|11|12 [演習場에서 열기]
2013-01-01T00:00:00Z 以後로 變更된 現在 使用者의 目錄 엔트리를 가져옵니다.
api.php?action=query&list=readinglistentries&rlechangedsince=2013-01-01T00:00:00Z [演習場에서 열기]