Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=threads (th)
- Этот модуль требует прав на чтение.
- Источник: Liquid Threads
- Лицензия: See link
Show details of LiquidThreads threads.
- thstartid
The thread ID to start enumerating from.
- Тип: integer
- thendid
The thread ID to stop enumerating at.
- Тип: integer
- thdir
In which direction to enumerate:
- newer
- List oldest first. Note: thstart has to be before thend.
- older
- List newest first (default). Note: thstart has to be later than thend.
- One value: newer, older
- По умолчанию: newer
- thshowdeleted
Whether or not to show deleted threads.
- Тип: двоичный (details)
- thlimit
The maximum number of threads to list.
- Разрешено не более чем 500 (5000 для ботов).
- Тип: целое число или max
- По умолчанию: 10
- thprop
Which properties to get.
- Values (separate with |): id, subject, page, parent, ancestor, created, modified, author, summaryid, rootid, type, signature, reactions, replies
- По умолчанию: 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.
- Тип: двоичный (details)
- threnderlevel
When rendering, the level at which to start (for the sake of depth limits, etc.).
- Тип: integer
- По умолчанию: 0
- threnderthreadpos
When rendering, the position of the thread in the group of threads being rendered at that level (affects display somewhat).
- Тип: integer
- По умолчанию: 1
- threnderthreadcount
When rendering, the number of threads in that level group.
- Тип: 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).
- List threads on Talk:Main Page
- api.php?action=query&list=threads&thpage=Talk:Main_Page
- List threads with IDs 1, 2, 3, and 4
- api.php?action=query&list=threads&thid=1|2|3|4&thprop=id|subject|modified