From: Roan Kattouw Date: Sat, 4 Oct 2008 14:30:33 +0000 (+0000) Subject: Add a meaningful example for list=watchlistraw X-Git-Tag: 1.31.0-rc.0~44933 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=7bb40644363a004db2f88f787fa64cfa620bb943;p=lhc%2Fweb%2Fwiklou.git Add a meaningful example for list=watchlistraw --- diff --git a/includes/api/ApiQueryWatchlistRaw.php b/includes/api/ApiQueryWatchlistRaw.php index d5991c8fcc..fd6192f76e 100644 --- a/includes/api/ApiQueryWatchlistRaw.php +++ b/includes/api/ApiQueryWatchlistRaw.php @@ -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', ); }