From: umherirrender Date: Thu, 6 Aug 2015 09:09:54 +0000 (+0200) Subject: Fix some newlines in en.json of API X-Git-Tag: 1.31.0-rc.0~10429 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=95ebbff50f60fde328054660682dcb962be698f2;p=lhc%2Fweb%2Fwiklou.git Fix some newlines in en.json of API The api modules are grouped with newlines, but some newlines where misplaced. Change-Id: I8ba1fc9cffe0466721b9b96ddd958a23aa65cf1b --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index cbe2387a5b..4a3c46e7e9 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -825,6 +825,7 @@ "apihelp-query+prefixsearch-param-limit": "Maximum number of results to return.", "apihelp-query+prefixsearch-param-offset": "Number of results to skip.", "apihelp-query+prefixsearch-example-simple": "Search for page titles beginning with meaning.", + "apihelp-query+protectedtitles-description": "List all titles protected from creation.", "apihelp-query+protectedtitles-param-namespace": "Only list titles in these namespaces.", "apihelp-query+protectedtitles-param-level": "Only list titles with these protection levels.", @@ -887,6 +888,7 @@ "apihelp-query+revisions-example-first5-after": "Get first 5 revisions of the Main Page made after 2006-05-01.", "apihelp-query+revisions-example-first5-not-localhost": "Get first 5 revisions of the Main Page that were not made by anonymous user 127.0.0.1.", "apihelp-query+revisions-example-first5-user": "Get first 5 revisions of the Main Page that were made by the user MediaWiki default.", + "apihelp-query+revisions+base-param-prop": "Which properties to get for each revision:", "apihelp-query+revisions+base-paramvalue-prop-ids": "The ID of the revision.", "apihelp-query+revisions+base-paramvalue-prop-flags": "Revision flags (minor).", @@ -1012,7 +1014,6 @@ "apihelp-query+watchlist-paramvalue-prop-sizes": "Adds the old and new lengths of the page.", "apihelp-query+watchlist-paramvalue-prop-notificationtimestamp": "Adds timestamp of when the user was last notified about the edit.", "apihelp-query+watchlist-paramvalue-prop-loginfo": "Adds log information where appropriate.", - "apihelp-query+watchlist-param-show": "Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.", "apihelp-query+watchlist-param-type": "Which types of changes to show:\n;edit:Regular page edits.\n;external:External changes.\n;new:Page creations.\n;log:Log entries.\n;categorize:Category membership changes.", "apihelp-query+watchlist-param-owner": "Used along with $1token to access a different user's watchlist.",