r73853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73852‎ | r73853 | r73854 >
Date:00:56, 28 September 2010
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Minor followup to r66061, make the examples more explicit/verbose (different types of query module)
Modified paths:
  • /trunk/phase3/includes/api/ApiHelp.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiHelp.php
@@ -138,10 +138,14 @@
139139 return array(
140140 'Whole help page:',
141141 ' api.php?action=help',
142 - 'Module help page:',
 142+ 'Module (action) help page:',
143143 ' api.php?action=help&modules=protect',
144 - 'Query modules help page:',
 144+ 'Query (list) modules help page:',
145145 ' api.php?action=help&querymodules=categorymembers',
 146+ 'Query (prop) modules help page:',
 147+ ' api.php?action=help&querymodules=info',
 148+ 'Query (meta) modules help page:',
 149+ ' api.php?action=help&querymodules=siteinfo',
146150 );
147151 }
148152

Follow-up revisions

RevisionCommit summaryAuthorDate
r73863Clean tabs/spaces for r73853brion02:33, 28 September 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66061* (bug 19721) API action=help should have a way to just list for a specific m...reedy11:45, 8 May 2010

Comments

#Comment by Brion VIBBER (talk | contribs)   02:33, 28 September 2010

tabs/spaces resolved r73863

Status & tagging log