미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
submodule=view-topiclist (vtl)
- 이 모듈은 read 권한을 요구합니다.
- 출처: Flow
- 라이선스: GPL-2.0-or-later
주제 목록을 봅니다.
변수:
- vtloffset-dir
Direction to order the topics.
- 다음 값 중 하나: fwd, rev 또는 alternative: fwd, rev
- 기본값: fwd
- vtlsortby
Sorting option of the topics, either updated (ordered by topic update time), or newest (ordered by topic creation time).
- 다음 값 중 하나: newest, updated, user 또는 alternative: newest, updated, user
- 기본값: user
- vtlsavesortby
Save sortby option to user preferences, if set.
- 유형: 불리언 (자세한 정보)
- vtloffset-id
Offset value (in UUID format) to start fetching topics at; used only with newest ordering
- vtloffset
Offset value (as a topic update timestamp, in
TS_MW
format (YYYYMMDDHHMMSS
)), to start fetching topics at; used only with updated ordering- vtlinclude-offset
결과에 오프셋 항목을 포함합니다.
- 유형: 불리언 (자세한 정보)
- vtllimit
Number of topics to fetch.
- 100 초과는 허용되지 않습니다. (봇의 경우 100)
- 유형: 정수 또는 max
- 기본값: 10
- vtltoconly
Whether to respond with only the information required for the TOC.
- 유형: 불리언 (자세한 정보)
- vtlformat
Format to return the content in.
- 다음 값 중 하나: html, wikitext, fixed-html 또는 alternative: html, wikitext, fixed-html
- 기본값: fixed-html