From 4ff63a6d9958aea78c48edeb3b97c648b4b074f3 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 9 Jun 2015 09:17:54 +0300 Subject: [PATCH] Consistent spacing after colon in apihelp Change-Id: Ic85554b29f78f1d26878879b9a408bbcbc702d8c --- includes/api/i18n/en.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 2a2e855a06..e93d048b57 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -669,24 +669,24 @@ "apihelp-query+imageinfo-description": "Returns file information and upload history.", "apihelp-query+imageinfo-param-prop": "Which file information to get:", "apihelp-query+imageinfo-paramvalue-prop-timestamp": "Adds timestamp for the uploaded version.", - "apihelp-query+imageinfo-paramvalue-prop-user":"Adds the user who uploaded each file version.", - "apihelp-query+imageinfo-paramvalue-prop-userid":"Add the user ID that uploaded each file version.", - "apihelp-query+imageinfo-paramvalue-prop-comment":"Comment on the version.", - "apihelp-query+imageinfo-paramvalue-prop-parsedcomment":"Parse the comment on the version.", - "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle":"Adds the canonical title of the file.", - "apihelp-query+imageinfo-paramvalue-prop-url":"Gives URL to the file and the description page.", - "apihelp-query+imageinfo-paramvalue-prop-size":"Adds the size of the file in bytes and the height, width and page count (if applicable).", - "apihelp-query+imageinfo-paramvalue-prop-dimensions":"Alias for size.", - "apihelp-query+imageinfo-paramvalue-prop-sha1":"Adds SHA-1 hash for the file.", - "apihelp-query+imageinfo-paramvalue-prop-mime":"Adds MIME type of the file.", - "apihelp-query+imageinfo-paramvalue-prop-thumbmime":"Adds MIME type of the image thumbnail (requires url and param $1urlwidth).", - "apihelp-query+imageinfo-paramvalue-prop-mediatype":"Adds the media type of the file.", - "apihelp-query+imageinfo-paramvalue-prop-metadata":"Lists Exif metadata for the version of the file.", - "apihelp-query+imageinfo-paramvalue-prop-commonmetadata":"Lists file format generic metadata for the version of the file.", - "apihelp-query+imageinfo-paramvalue-prop-extmetadata":"Lists formatted metadata combined from multiple sources. Results are HTML formatted.", - "apihelp-query+imageinfo-paramvalue-prop-archivename":"Adds the filename of the archive version for non-latest versions.", - "apihelp-query+imageinfo-paramvalue-prop-bitdepth":"Adds the bit depth of the version.", - "apihelp-query+imageinfo-paramvalue-prop-uploadwarning":"Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.", + "apihelp-query+imageinfo-paramvalue-prop-user": "Adds the user who uploaded each file version.", + "apihelp-query+imageinfo-paramvalue-prop-userid": "Add the user ID that uploaded each file version.", + "apihelp-query+imageinfo-paramvalue-prop-comment": "Comment on the version.", + "apihelp-query+imageinfo-paramvalue-prop-parsedcomment": "Parse the comment on the version.", + "apihelp-query+imageinfo-paramvalue-prop-canonicaltitle": "Adds the canonical title of the file.", + "apihelp-query+imageinfo-paramvalue-prop-url": "Gives URL to the file and the description page.", + "apihelp-query+imageinfo-paramvalue-prop-size": "Adds the size of the file in bytes and the height, width and page count (if applicable).", + "apihelp-query+imageinfo-paramvalue-prop-dimensions": "Alias for size.", + "apihelp-query+imageinfo-paramvalue-prop-sha1": "Adds SHA-1 hash for the file.", + "apihelp-query+imageinfo-paramvalue-prop-mime": "Adds MIME type of the file.", + "apihelp-query+imageinfo-paramvalue-prop-thumbmime": "Adds MIME type of the image thumbnail (requires url and param $1urlwidth).", + "apihelp-query+imageinfo-paramvalue-prop-mediatype": "Adds the media type of the file.", + "apihelp-query+imageinfo-paramvalue-prop-metadata": "Lists Exif metadata for the version of the file.", + "apihelp-query+imageinfo-paramvalue-prop-commonmetadata": "Lists file format generic metadata for the version of the file.", + "apihelp-query+imageinfo-paramvalue-prop-extmetadata": "Lists formatted metadata combined from multiple sources. Results are HTML formatted.", + "apihelp-query+imageinfo-paramvalue-prop-archivename": "Adds the filename of the archive version for non-latest versions.", + "apihelp-query+imageinfo-paramvalue-prop-bitdepth": "Adds the bit depth of the version.", + "apihelp-query+imageinfo-paramvalue-prop-uploadwarning": "Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core.", "apihelp-query+imageinfo-param-limit": "How many file revisions to return per file.", "apihelp-query+imageinfo-param-start": "Timestamp to start listing from.", "apihelp-query+imageinfo-param-end": "Timestamp to stop listing at.", -- 2.20.1