System messages

Jump to: navigation, 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.

Filter
Filter by customization state:    
First page
Last page
Name Default message text
Current message text
apihelp-query+filearchive-description (Talk) (Translate) Enumerate all deleted files sequentially.
apihelp-query+filearchive-example-simple (Talk) (Translate) Show a list of all deleted files.
apihelp-query+filearchive-param-dir (Talk) (Translate) The direction in which to list.
apihelp-query+filearchive-param-from (Talk) (Translate) The image title to start enumerating from.
apihelp-query+filearchive-param-limit (Talk) (Translate) How many images to return in total.
apihelp-query+filearchive-param-prefix (Talk) (Translate) Search for all image titles that begin with this value.
apihelp-query+filearchive-param-prop (Talk) (Translate) Which image information to get: ;sha1:Adds SHA-1 hash for the image. ;timestamp:Adds timestamp for the uploaded version. ;user:Adds user who uploaded the image version. ;size:Adds the size of the image in bytes and the height, width and page count (if applicable). ;dimensions:Alias for size. ;description:Adds description the image version. ;parseddescription:Parse the description on the version. ;mime:Adds MIME of the image. ;mediatype:Adds the media type of the image. ;metadata:Lists Exif metadata for the version of the image. ;bitdepth:Adds the bit depth of the version. ;archivename:Adds the filename of the archive version for non-latest versions.
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+filerepoinfo-description (Talk) (Translate) Return meta information about image repositories configured on the wiki.
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: ;pageid:Page ID of each page. ;title:Title of each page. ;redirect:Flag if the page is a redirect.
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+gadgetcategories-description (Talk) (Translate) Returns a list of gadget categories.
apihelp-query+gadgetcategories-example-1 (Talk) (Translate) Get a list of existing gadget categories
apihelp-query+gadgetcategories-example-2 (Talk) (Translate) Get all information about categories named "foo" and "bar"
apihelp-query+gadgetcategories-param-names (Talk) (Translate) Names of categories to retrieve.
apihelp-query+gadgetcategories-param-prop (Talk) (Translate) What gadget category information to get: ;name:Internal category name. ;title:Category title. ;members:Number of gadgets in category.
apihelp-query+gadgets-description (Talk) (Translate) Returns a list of gadgets used on this wiki.
apihelp-query+gadgets-example-1 (Talk) (Translate) Get a list of gadgets along with their descriptions
apihelp-query+gadgets-example-2 (Talk) (Translate) Get a list of gadgets with all possible properties
apihelp-query+gadgets-example-3 (Talk) (Translate) Get a list of gadgets belonging to category "foo"
apihelp-query+gadgets-example-4 (Talk) (Translate) Get information about gadgets "foo" and "bar"
apihelp-query+gadgets-example-5 (Talk) (Translate) Get a list of gadgets enabled by current user
apihelp-query+gadgets-param-allowedonly (Talk) (Translate) List only gadgets allowed to current user.
apihelp-query+gadgets-param-categories (Talk) (Translate) Gadgets from what categories to retrieve.
apihelp-query+gadgets-param-enabledonly (Talk) (Translate) List only gadgets enabled by current user.
apihelp-query+gadgets-param-ids (Talk) (Translate) IDs of gadgets to retrieve.
apihelp-query+gadgets-param-prop (Talk) (Translate) What gadget information to get: ;id:Internal gadget ID. ;metadata:The gadget metadata. ;desc:Gadget description transformed into HTML (can be slow, use only if really needed).
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>.
First page
Last page