System messages
From Gsshawiki
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
First page |
Previous page |
Next page |
Last page |
Name | Default message text |
---|---|
Current message text | |
apihelp-query+filearchive-paramvalue-prop-bitdepth (talk) (Translate) | Adds the bit depth of the version. |
apihelp-query+filearchive-paramvalue-prop-description (talk) (Translate) | Adds description of the image version. |
apihelp-query+filearchive-paramvalue-prop-dimensions (talk) (Translate) | Alias for size. |
apihelp-query+filearchive-paramvalue-prop-mediatype (talk) (Translate) | Adds the media type of the image. |
apihelp-query+filearchive-paramvalue-prop-metadata (talk) (Translate) | Lists Exif metadata for the version of the image. |
apihelp-query+filearchive-paramvalue-prop-mime (talk) (Translate) | Adds MIME of the image. |
apihelp-query+filearchive-paramvalue-prop-parseddescription (talk) (Translate) | Parse the description of the version. |
apihelp-query+filearchive-paramvalue-prop-sha1 (talk) (Translate) | Adds SHA-1 hash for the image. |
apihelp-query+filearchive-paramvalue-prop-size (talk) (Translate) | Adds the size of the image in bytes and the height, width and page count (if applicable). |
apihelp-query+filearchive-paramvalue-prop-timestamp (talk) (Translate) | Adds timestamp for the uploaded version. |
apihelp-query+filearchive-paramvalue-prop-user (talk) (Translate) | Adds user who uploaded the image version. |
apihelp-query+filerepoinfo-description (talk) (Translate) | Return meta information about image repositories configured on the wiki. |
apihelp-query+filerepoinfo-example-login (talk) (Translate) | Fetch the requests that may be used when beginning a login. |
apihelp-query+filerepoinfo-example-login-merged (talk) (Translate) | Fetch the requests that may be used when beginning a login, with form fields merged. |
apihelp-query+filerepoinfo-example-securitysensitiveoperation (talk) (Translate) | Test whether authentication is sufficient for action <kbd>foo</kbd>. |
apihelp-query+filerepoinfo-example-simple (talk) (Translate) | Get information about file repositories. |
apihelp-query+filerepoinfo-param-prop (talk) (Translate) | Which repository properties to get (there may be more available on some wikis): ;apiurl:URL to the repository API - helpful for getting image info from the host. ;name:The key of the repository - used in e.g. <var>[[mw:Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values. ;displayname:The human-readable name of the repository wiki. ;rooturl:Root URL for image paths. ;local:Whether that repository is the local one or not. |
apihelp-query+fileusage-description (talk) (Translate) | Find all pages that use the given files. |
apihelp-query+fileusage-example-generator (talk) (Translate) | Get information about pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-example-simple (talk) (Translate) | Get a list of pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-param-limit (talk) (Translate) | How many to return. |
apihelp-query+fileusage-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+fileusage-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+fileusage-param-show (talk) (Translate) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
apihelp-query+fileusage-paramvalue-prop-pageid (talk) (Translate) | Page ID of each page. |
apihelp-query+fileusage-paramvalue-prop-redirect (talk) (Translate) | Flag if the page is a redirect. |
apihelp-query+fileusage-paramvalue-prop-title (talk) (Translate) | Title of each page. |
apihelp-query+imageinfo-description (talk) (Translate) | Returns file information and upload history. |
apihelp-query+imageinfo-example-dated (talk) (Translate) | Fetch information about versions of [[:File:Test.jpg]] from 2008 and later. |
apihelp-query+imageinfo-example-simple (talk) (Translate) | Fetch information about the current version of [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageinfo-param-end (talk) (Translate) | Timestamp to stop listing at. |
apihelp-query+imageinfo-param-extmetadatafilter (talk) (Translate) | If specified and non-empty, only these keys will be returned for $1prop=extmetadata. |
apihelp-query+imageinfo-param-extmetadatalanguage (talk) (Translate) | What language to fetch extmetadata in. This affects both which translation to fetch, if multiple are available, as well as how things like numbers and various values are formatted. |
apihelp-query+imageinfo-param-extmetadatamultilang (talk) (Translate) | If translations for extmetadata property are available, fetch all of them. |
apihelp-query+imageinfo-param-limit (talk) (Translate) | How many file revisions to return per file. |
apihelp-query+imageinfo-param-localonly (talk) (Translate) | Look only for files in the local repository. |
apihelp-query+imageinfo-param-metadataversion (talk) (Translate) | Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility. |
apihelp-query+imageinfo-param-prop (talk) (Translate) | Which file information to get: |
apihelp-query+imageinfo-param-start (talk) (Translate) | Timestamp to start listing from. |
apihelp-query+imageinfo-param-urlheight (talk) (Translate) | Similar to $1urlwidth. |
apihelp-query+imageinfo-param-urlparam (talk) (Translate) | A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>. |
apihelp-query+imageinfo-param-urlwidth (talk) (Translate) | If $2prop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than $1 scaled images will be returned. |
apihelp-query+imageinfo-paramvalue-prop-archivename (talk) (Translate) | Adds the filename of the archive version for non-latest versions. |
apihelp-query+imageinfo-paramvalue-prop-bitdepth (talk) (Translate) | Adds the bit depth of the version. |
apihelp-query+imageinfo-paramvalue-prop-canonicaltitle (talk) (Translate) | Adds the canonical title of the file. |
apihelp-query+imageinfo-paramvalue-prop-comment (talk) (Translate) | Comment on the version. |
apihelp-query+imageinfo-paramvalue-prop-commonmetadata (talk) (Translate) | Lists file format generic metadata for the version of the file. |
apihelp-query+imageinfo-paramvalue-prop-dimensions (talk) (Translate) | Alias for size. |
apihelp-query+imageinfo-paramvalue-prop-extmetadata (talk) (Translate) | Lists formatted metadata combined from multiple sources. Results are HTML formatted. |
apihelp-query+imageinfo-paramvalue-prop-mediatype (talk) (Translate) | Adds the media type of the file. |
First page |
Previous page |
Next page |
Last page |