MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

list=threads (th)

(main | query | threads)
  • このモジュールは読み取りの権限を必要とします。
  • Source: Liquid Threads
  • License: GPL-2.0-or-later

Show details of LiquidThreads threads.

パラメーター:
thstartid

The thread ID to start enumerating from.

Type: integer
thendid

The thread ID to stop enumerating at.

Type: integer
thdir

列挙の方向:

newer
古いものを先に表示します。注意: thstart は thend 以前でなければなりません。
older
新しいものを先に表示します (既定)。注意: thstart は thend 以降でなければなりません。
値 (次の値のいずれか1つ): newerolder
既定値: newer
thshowdeleted

Whether or not to show deleted threads.

Type: boolean (details)
thlimit

The maximum number of threads to list.

No more than 500 (5,000 for bots) allowed.
Type: integer or max
既定値: 10
thprop

Which properties to get.

値 (|もしくは別の文字列で区切る): idsubjectpageparentancestorcreatedmodifiedauthorsummaryidrootidtypesignaturereactionsreplies
既定値: id|subject|page|parent|author
thpage

Limit results to threads on these pages.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
thauthor

Limit results to threads by particular authors.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
throot

Limit results to threads with the given roots.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
thsummary

Limit results to threads corresponding to the given summary pages.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
thid

Get threads with the given IDs.

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
thrender

Whether to include the rendered thread in the results.

Type: boolean (details)
threnderlevel

When rendering, the level at which to start (for the sake of depth limits, etc.).

Type: integer
既定値: 0
threnderthreadpos

When rendering, the position of the thread in the group of threads being rendered at that level (affects display somewhat).

Type: integer
既定値: 1
threnderthreadcount

When rendering, the number of threads in that level group.

Type: integer
既定値: 1
threndermaxthreadcount

When rendering, the maximum number of replies to show before adding a "より多くの返信を表示" link.

threndermaxdepth

When rendering, the maximum depth of replies to show before showing a "Show X replies" link instead of replies.

threnderstartrepliesat

When rendering, the point at which to start showing replies (used internally to load extra replies).