MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=threads (th)

(main | query | threads)
  • This module requires read rights.

Show details of LiquidThreads threads.

Parameters:
thstartid

The thread id to start enumerating from

thendid

The thread id to stop enumerating at

thdir

The direction in which to enumerate

One value: newer, older
Default: newer
thshowdeleted

Whether or not to show deleted threads

thlimit

The maximum number of threads to list

No more than 500 (5,000 for bots) allowed.
Default: 10
thprop

Which properties to get

Values (separate with |): id, subject, page, parent, ancestor, created, modified, author, summaryid, rootid, type, reactions
Default: id|subject|page|parent|author
thpage

Limit results to threads on a particular page(s)

Separate values with |. Maximum number of values is 50 (500 for bots).
thauthor

Limit results to threads by a particular author(s)

Separate values with |. Maximum number of values is 50 (500 for bots).
throot

Limit results to threads with the given root(s)

Separate values with |. Maximum number of values is 50 (500 for bots).
thsummary

Limit results to threads corresponding to the given summary page(s)

Separate values with |. Maximum number of values is 50 (500 for bots).
thid

Get threads with the given ID(s)

Separate values with |. Maximum number of values is 50 (500 for bots).
thrender

Whether or not to include the rendered thread in the results

threnderlevel

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

Default: 0
threnderthreadpos

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

Default: 1
threnderthreadcount

When rendering, the number of threads in that level group

Default: 1
threndermaxthreadcount

When rendering, the maximum number of replies to show before adding a "Show more replies" 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)