미디어위키 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 또는 다른 문자열: 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 또는 다른 문자열: newest, updated, user
 - 기본값: user
 - vtlsavesortby
 Save sortby option to user preferences, if set.
- Type: boolean (details)
 - 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_MWformat (YYYYMMDDHHMMSS)), to start fetching topics at; used only with updated ordering- vtlinclude-offset
 결과에 오프셋 항목을 포함합니다.
- Type: boolean (details)
 - vtllimit
 Number of topics to fetch.
- 유형: 정수 또는 max
 - The value must be between 0 and 100.
 - 기본값: 10
 - vtltoconly
 Whether to respond with only the information required for the TOC.
- Type: boolean (details)
 - vtlformat
 Format to return the content in.
- 다음 값 중 하나: fixed-html, html, wikitext 또는 다른 문자열: fixed-html, html, wikitext
 - 기본값: fixed-html