Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=feedthreads
(main | feedthreads)
- Этот модуль требует прав на чтение.
- Источник: Liquid Threads
- Лицензия: See link
Return a feed of discussion threads.
Параметры:
- feedformat
The format of the feed.
- One value: rss, atom
- По умолчанию: rss
- days
Number of days of threads to show.
- value должен быть между 1 и 30.
- Тип: integer
- По умолчанию: 7
- type
Типы сообщений для показа.
- Values (separate with |): replies, newthreads
- По умолчанию: newthreads
- talkpage
Limit results to threads on these talk pages.
- Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
- thread
Limit results to these threads and their descendants.
- Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
Примеры:
- Show a feed of all new threads
- api.php?action=feedthreads
- Show a feed of replies on Thread:Foo
- api.php?action=feedthreads&type=replies&thread=Thread:Foo
- Show a feed of new threads on Talk:Main Page
- api.php?action=feedthreads&type=newthreads&talkpage=Talk:Main_Page