Index: trunk/phase3/includes/api/ApiQueryIWBacklinks.php |
— | — | @@ -156,7 +156,11 @@ |
157 | 157 | } |
158 | 158 | |
159 | 159 | public function getDescription() { |
160 | | - return 'Find all pages that link to the given interwiki link'; |
| 160 | + return array('Find all pages that link to the given interwiki link.', |
| 161 | + 'Can be used to find all links with a prefix, or', |
| 162 | + 'all links to a title (any prefix).', |
| 163 | + 'Using neither parameter is effectively "All IW Links"', |
| 164 | + ); |
161 | 165 | } |
162 | 166 | |
163 | 167 | public function getPossibleErrors() { |