Index: trunk/phase3/includes/api/ApiQueryDuplicateFiles.php |
— | — | @@ -152,8 +152,8 @@ |
153 | 153 | } |
154 | 154 | |
155 | 155 | protected function getExamples() { |
156 | | - return array ( |
157 | | - // TODO |
| 156 | + return array ( 'api.php?action=query&titles=Image:Albert_Einstein_Head.jpg&prop=duplicatefiles', |
| 157 | + 'api.php?action=query&generator=allimages&prop=duplicatefiles', |
158 | 158 | ); |
159 | 159 | } |
160 | 160 | |