Add a meaningful example for list=watchlistraw
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 4 Oct 2008 14:30:33 +0000 (14:30 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 4 Oct 2008 14:30:33 +0000 (14:30 +0000)
includes/api/ApiQueryWatchlistRaw.php

index d5991c8..fd6192f 100644 (file)
@@ -169,6 +169,7 @@ class ApiQueryWatchlistRaw extends ApiQueryGeneratorBase {
        protected function getExamples() {
                return array (
                        'api.php?action=query&list=watchlistraw',
+                       'api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=revisions',
                );
        }