MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=view-topiclist (vtl)
- このモジュールは読み取りの権限を必要とします。
- ソース: Flow
- ライセンス: GPL-2.0-or-later
View a list of topics.
パラメーター:
- vtloffset-dir
話題の並び順指定です。
- 値 (次の値のいずれか1つ): fwd、rev
- Default: fwd
- vtlsortby
話題の並べ替えのオプションです。either updated (ordered by topic update time), or newest (ordered by topic creation time).
- 値 (次の値のいずれか1つ): newest、updated、user
- Default: user
- vtlsavesortby
設定すると、ユーザー好みに並べ替えのオプションを保存します。
- 型: 真偽値 (詳細)
- vtloffset-id
話題の取得を開始するオフセット値 (UUID 形式) です; 最新の オーダリングとだけで使われます。
- vtloffset
話題の取得を開始するオフセット値(話題の更新のタイムスタンプ、
TS_MW
形式 (YYYYMMDDHHMMSS
))です。; used only with updated ordering- vtlinclude-offset
Includes the offset item in the results as well.
- 型: 真偽値 (詳細)
- vtllimit
取得する話題の件数です。
- 型: 整数または max
- The value must be between 0 and 100.
- Default: 10
- vtltoconly
Whether to respond with only the information required for the TOC.
- 型: 真偽値 (詳細)
- vtlformat
Format to return the content in.
- 値 (次の値のいずれか1つ): fixed-html、html、wikitext
- Default: fixed-html