Index: trunk/phase3/includes/api/ApiLogout.php |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | } |
66 | 66 | |
67 | 67 | public function getDescription() { |
68 | | - return 'This module is used to logout and clear session data'; |
| 68 | + return 'Log out and clear session data'; |
69 | 69 | } |
70 | 70 | |
71 | 71 | protected function getExamples() { |
Index: trunk/phase3/includes/api/ApiParse.php |
— | — | @@ -562,7 +562,7 @@ |
563 | 563 | } |
564 | 564 | |
565 | 565 | public function getDescription() { |
566 | | - return 'This module parses wikitext and returns parser output'; |
| 566 | + return 'Parses wikitext and returns parser output'; |
567 | 567 | } |
568 | 568 | |
569 | 569 | public function getPossibleErrors() { |
Index: trunk/phase3/includes/api/ApiPurge.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | |
125 | 125 | public function getDescription() { |
126 | 126 | return array( 'Purge the cache for the given titles.', |
127 | | - 'This module requires a POST request if the user is not logged in.' |
| 127 | + 'Requires a POST request if the user is not logged in.' |
128 | 128 | ); |
129 | 129 | } |
130 | 130 | |
Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php |
— | — | @@ -374,7 +374,7 @@ |
375 | 375 | $p = $this->getModulePrefix(); |
376 | 376 | return array( |
377 | 377 | 'List deleted revisions.', |
378 | | - 'This module operates in three modes:', |
| 378 | + 'Operates in three modes:', |
379 | 379 | ' 1) List deleted revisions for the given title(s), sorted by timestamp', |
380 | 380 | ' 2) List deleted contributions for the given user, sorted by timestamp (no titles specified)', |
381 | 381 | " 3) List all deleted revisions in the given namespace, sorted by title and timestamp (no titles specified, {$p}user not set)", |
Index: trunk/phase3/includes/api/ApiExpandTemplates.php |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | } |
102 | 102 | |
103 | 103 | public function getDescription() { |
104 | | - return 'This module expand all templates in wikitext'; |
| 104 | + return 'Expands all templates in wikitext'; |
105 | 105 | } |
106 | 106 | |
107 | 107 | protected function getExamples() { |
Index: trunk/phase3/includes/api/ApiLogin.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | |
183 | 183 | public function getDescription() { |
184 | 184 | return array( |
185 | | - 'This module is used to login and get the authentication tokens. ', |
| 185 | + 'Log in and get the authentication tokens. ', |
186 | 186 | 'In the event of a successful log-in, a cookie will be attached', |
187 | 187 | 'to your session. In the event of a failed log-in, you will not ', |
188 | 188 | 'be able to attempt another log-in through this method for 5 seconds.', |
Index: trunk/phase3/includes/api/ApiOpenSearch.php |
— | — | @@ -116,7 +116,7 @@ |
117 | 117 | } |
118 | 118 | |
119 | 119 | public function getDescription() { |
120 | | - return 'This module implements OpenSearch protocol'; |
| 120 | + return 'Searches the wiki using the OpenSearch protocol'; |
121 | 121 | } |
122 | 122 | |
123 | 123 | protected function getExamples() { |
Index: trunk/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -633,7 +633,7 @@ |
634 | 634 | public function getDescription() { |
635 | 635 | return array( |
636 | 636 | 'Get revision information', |
637 | | - 'This module may be used in several ways:', |
| 637 | + 'May be used in several ways:', |
638 | 638 | ' 1) Get data about a set of pages (last revision), by setting titles or pageids parameter', |
639 | 639 | ' 2) Get revisions for one given page, by using titles/pageids with start/end/limit params', |
640 | 640 | ' 3) Get data about a set of revisions by setting their IDs with revids parameter', |
Index: trunk/phase3/includes/api/ApiFeedWatchlist.php |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | } |
196 | 196 | |
197 | 197 | public function getDescription() { |
198 | | - return 'This module returns a watchlist feed'; |
| 198 | + return 'Returns a watchlist feed'; |
199 | 199 | } |
200 | 200 | |
201 | 201 | protected function getExamples() { |