r109423 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109422‎ | r109423 | r109424 >
Date:19:22, 18 January 2012
Author:sumanah
Status:resolved (Comments)
Tags:
Comment:
More detailed messaging re API usage examples
Modified paths:
  • /trunk/extensions/ApiSandbox/ApiSandbox.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ApiSandbox/ApiSandbox.i18n.php
@@ -12,8 +12,8 @@
1313 'apisb-desc' => 'Allows to debug [//www.mediawiki.org/wiki/API MediaWiki API] calls from browser',
1414 'apisandbox' => 'API sandbox',
1515 'apisb-no-js' => "'''Error''': this feature requires JavaScript.",
16 - 'apisb-intro' => "Use this page to experiment with '''MediaWiki API'''.
17 - Refer to [//www.mediawiki.org/wiki/API the API documentation] for further details of API usage.",
 16+ 'apisb-intro' => "Use this page to experiment with the '''MediaWiki web service API'''.
 17+ Refer to [//www.mediawiki.org/wiki/API the API documentation] for further details of API usage. Example: [//www.mediawiki.org/wiki/API#A_simple_example get the content of a Main Page]. Select format and action to see more examples.",
1818 'apisb-api-disabled' => 'API is disabled on this site.',
1919 'apisb-parameters' => 'Parameters',
2020 'apisb-result' => 'Result',

Follow-up revisions

RevisionCommit summaryAuthorDate
r109424Follow-up r109423: no need to select formatmaxsem19:24, 18 January 2012

Comments

#Comment by MaxSem (talk | contribs)   19:27, 18 January 2012

Congrats on your first code commit! :P

Status & tagging log