Improve the API help for format=xmlfm
authorS Page <spage@wikimedia.org>
Wed, 25 Feb 2015 06:48:52 +0000 (22:48 -0800)
committerSiebrand <siebrand@kitano.nl>
Thu, 15 Oct 2015 07:07:20 +0000 (07:07 +0000)
I thought it dumped raw text with attached JSON "debugging elements",
but it's just jsonfm with a little extra.

Change-Id: I55f2ae2c9aa295bcb972b4e02e7352532d64341c

includes/api/i18n/en.json

index 90d7fa7..9602e43 100644 (file)
        "apihelp-php-description": "Output data in serialized PHP format.",
        "apihelp-php-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning.",
        "apihelp-phpfm-description": "Output data in serialized PHP format (pretty-print in HTML).",
-       "apihelp-rawfm-description": "Output data with the debugging elements in JSON format (pretty-print in HTML).",
+       "apihelp-rawfm-description": "Output data, including debugging elements, in JSON format (pretty-print in HTML).",
        "apihelp-txt-description": "Output data in PHP's <code>print_r()</code> format.",
        "apihelp-txtfm-description": "Output data in PHP's <code>print_r()</code> format (pretty-print in HTML).",
        "apihelp-xml-description": "Output data in XML format.",