From: Purodha Date: Fri, 27 Mar 2015 00:42:33 +0000 (+0000) Subject: Correct typo in MediaWiki:Apihelp-paraminfo-param-formatmodules X-Git-Tag: 1.31.0-rc.0~11962^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b90dad4ef81814466f06ba109277ba0084557aba;p=lhc%2Fweb%2Fwiklou.git Correct typo in MediaWiki:Apihelp-paraminfo-param-formatmodules Change-Id: I961b4a6cd7b8f9ea99fb93a2a624d45fe99501a7 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 1c6af662c4..9d0663c448 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -259,7 +259,7 @@ "apihelp-paraminfo-param-querymodules": "List of query module names (value of prop, meta or list parameter). Use $1modules=query+foo instead of $1querymodules=foo.", "apihelp-paraminfo-param-mainmodule": "Get information about the main (top-level) module as well. Use $1modules=main instead.", "apihelp-paraminfo-param-pagesetmodule": "Get information about the pageset module (providing titles= and friends) as well.", - "apihelp-paraminfo-param-formatmodules": "List of format module names (value of format parameter). Use $1modules instead.", + "apihelp-paraminfo-param-formatmodules": "List of format module names (value of format parameter). Use $1modules instead.", "apihelp-paraminfo-example-1": "Show info for [[Special:ApiHelp/parse|action=parse]], [[Special:ApiHelp/jsonfm|format=jsonfm]], [[Special:ApiHelp/query+allpages|action=query&list=allpages]], and [[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]].", "apihelp-parse-description": "Parses content and returns parser output.\n\nSee the various prop-modules of [[Special:ApiHelp/query|action=query]] to get information from the current version of a page.\n\nThere are several ways to specify the text to parse:\n# Specify a page or revision, using $1page, $1pageid, or $1oldid.\n# Specify content explicitly, using $1text, $1title, and $1contentmodel.\n# Specify only a summary to parse. $1prop should be given an empty value.",