Index: trunk/extensions/MobileFrontend/api/ApiQueryExcerpts.php |
— | — | @@ -226,7 +226,7 @@ |
227 | 227 | |
228 | 228 | public function getExamples() { |
229 | 229 | return array( |
230 | | - 'api.php?action=query&prop=excerpt&length=175&titles=Therion' => 'Get a 175-character excerpt', |
| 230 | + 'api.php?action=query&prop=excerpts&exlength=175&titles=Therion' => 'Get a 175-character excerpt', |
231 | 231 | ); |
232 | 232 | } |
233 | 233 | |