From: umherirrender Date: Tue, 30 Dec 2014 09:39:11 +0000 (+0100) Subject: Correct apihelp for show parameter for some modules X-Git-Tag: 1.31.0-rc.0~12837 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=ec4d7e87ad722a04991055034c8d098e61c02eab;p=lhc%2Fweb%2Fwiklou.git Correct apihelp for show parameter for some modules They mention "!redirects", but the value is called "!redirect" Bug: T85431 Change-Id: I1034b56b659db0c1e0aaede92a373919a7878dfe --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 92864248fa..0eed4cde73 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -611,7 +611,7 @@ "apihelp-query+fileusage-param-prop": "Which properties to get:\n;pageid:Page ID of each page.\n;title:Title of each page.\n;redirect:Flag if the page is a redirect.", "apihelp-query+fileusage-param-namespace": "Only include pages in these namespaces.", "apihelp-query+fileusage-param-limit": "How many to return.", - "apihelp-query+fileusage-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirects:Only show non-redirects.", + "apihelp-query+fileusage-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.", "apihelp-query+fileusage-example-simple": "Get a list of pages using [[:File:Example.jpg]]", "apihelp-query+fileusage-example-generator": "Get information about pages using [[:File:Example.jpg]]", @@ -734,7 +734,7 @@ "apihelp-query+linkshere-param-prop": "Which properties to get:\n;pageid:Page ID of each page.\n;title:Title of each page.\n;redirect:Flag if the page is a redirect.", "apihelp-query+linkshere-param-namespace": "Only include pages in these namespaces.", "apihelp-query+linkshere-param-limit": "How many to return.", - "apihelp-query+linkshere-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirects:Only show non-redirects.", + "apihelp-query+linkshere-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.", "apihelp-query+linkshere-example-simple": "Get a list of pages linking to the [[Main Page]]", "apihelp-query+linkshere-example-generator": "Get information about pages linking to the [[Main Page]]", @@ -900,7 +900,7 @@ "apihelp-query+transcludedin-param-prop": "Which properties to get:\n;pageid:Page ID of each page.\n;title:Title of each page.\n;redirect:Flag if the page is a redirect.", "apihelp-query+transcludedin-param-namespace": "Only include pages in these namespaces.", "apihelp-query+transcludedin-param-limit": "How many to return.", - "apihelp-query+transcludedin-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirects:Only show non-redirects.", + "apihelp-query+transcludedin-param-show": "Show only items that meet these criteria:\n;redirect:Only show redirects.\n;!redirect:Only show non-redirects.", "apihelp-query+transcludedin-example-simple": "Get a list of pages transcluding the [[Main Page]]", "apihelp-query+transcludedin-example-generator": "Get information about pages transcluding the [[Main Page]]",