Index: trunk/extensions/LiquidThreads/api/ApiFeedLQTThreads.php |
— | — | @@ -245,7 +245,9 @@ |
246 | 246 | |
247 | 247 | protected function getExamples() { |
248 | 248 | return array ( |
249 | | - 'api.php?action=feedthreads' |
| 249 | + 'api.php?action=feedthreads', |
| 250 | + 'api.php?action=feedthreads&type=replies&thread=Thread:Foo', |
| 251 | + 'api.php?action=feedthreads&type=newthreads&talkpage=Talk:Main_Page', |
250 | 252 | ); |
251 | 253 | } |
252 | 254 | |