System messages
Jump to navigation
Jump to search
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.
Name | Default message text |
---|---|
Current message text | |
apihelp-query+filearchive-param-prop (talk) (Translate) | Which image information to get: |
apihelp-query+filearchive-param-sha1 (talk) (Translate) | SHA1 hash of image. Overrides $1sha1base36. |
apihelp-query+filearchive-param-sha1base36 (talk) (Translate) | SHA1 hash of image in base 36 (used in MediaWiki). |
apihelp-query+filearchive-param-to (talk) (Translate) | The image title to stop enumerating at. |
apihelp-query+filearchive-paramvalue-prop-archivename (talk) (Translate) | Adds the filename of the archive version for non-latest versions. |
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+filearchive-summary (talk) (Translate) | Enumerate all deleted files sequentially. |
apihelp-query+filerepoinfo-example-simple (talk) (Translate) | Get information about file repositories. |
apihelp-query+filerepoinfo-param-prop (talk) (Translate) | Which repository properties to get (properties available may vary on other wikis). |
apihelp-query+filerepoinfo-paramvalue-prop-apiurl (talk) (Translate) | URL to the repository API - helpful for getting image info from the host. |
apihelp-query+filerepoinfo-paramvalue-prop-articlepath (talk) (Translate) | Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgArticlePath|$wgArticlePath]]</var> or equivalent. |
apihelp-query+filerepoinfo-paramvalue-prop-canUpload (talk) (Translate) | Whether files can be uploaded to this repository, e.g. via CORS and shared authentication. |
apihelp-query+filerepoinfo-paramvalue-prop-displayname (talk) (Translate) | The human-readable name of the repository wiki. |
apihelp-query+filerepoinfo-paramvalue-prop-favicon (talk) (Translate) | Repository wiki's favicon URL, from <var>[[mw:Special:MyLanguage/Manual:$wgFavicon|$wgFavicon]]</var>. |
apihelp-query+filerepoinfo-paramvalue-prop-fetchDescription (talk) (Translate) | Whether file description pages are fetched from this repository when viewing local file description pages. |
apihelp-query+filerepoinfo-paramvalue-prop-initialCapital (talk) (Translate) | Whether file names implicitly start with a capital letter. |
apihelp-query+filerepoinfo-paramvalue-prop-local (talk) (Translate) | Whether that repository is the local one or not. |
apihelp-query+filerepoinfo-paramvalue-prop-name (talk) (Translate) | The key of the repository - used in e.g. <var>[[mw:Special:MyLanguage/Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values. |
apihelp-query+filerepoinfo-paramvalue-prop-rootUrl (talk) (Translate) | Root URL path for image paths. |
apihelp-query+filerepoinfo-paramvalue-prop-scriptDirUrl (talk) (Translate) | Root URL path for the repository wiki's MediaWiki installation. |
apihelp-query+filerepoinfo-paramvalue-prop-server (talk) (Translate) | Repository wiki's <var>[[mw:Special:MyLanguage/Manual:$wgServer|$wgServer]]</var> or equivalent. |
apihelp-query+filerepoinfo-paramvalue-prop-thumbUrl (talk) (Translate) | Root URL path for thumbnail paths. |
apihelp-query+filerepoinfo-paramvalue-prop-url (talk) (Translate) | Public zone URL path. |
apihelp-query+filerepoinfo-summary (talk) (Translate) | Return meta information about image repositories configured on the wiki. |
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: |
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+fileusage-paramvalue-show-!redirect (talk) (Translate) | Only show non-redirects. |
apihelp-query+fileusage-paramvalue-show-redirect (talk) (Translate) | Only show redirects. |
apihelp-query+fileusage-summary (talk) (Translate) | Find all pages that use the given files. |
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-badfilecontexttitle (talk) (Translate) | If <kbd>$2prop=badfile</kbd> is set, this is the page title used when evaluating the [[MediaWiki:Bad image list]] |
apihelp-query+imageinfo-param-end (talk) (Translate) | Timestamp to stop listing at. |