System messages
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+siteinfo-description (Talk) (Translate) | Return general information about the site. |
apihelp-query+siteinfo-example-interwiki (Talk) (Translate) | Fetch a list of local interwiki prefixes. |
apihelp-query+siteinfo-example-replag (Talk) (Translate) | Check the current replication lag. |
apihelp-query+siteinfo-example-simple (Talk) (Translate) | Fetch site information. |
apihelp-query+siteinfo-param-filteriw (Talk) (Translate) | Return only local or only nonlocal entries of the interwiki map. |
apihelp-query+siteinfo-param-inlanguagecode (Talk) (Translate) | Language code for localised language names (best effort) and skin names. |
apihelp-query+siteinfo-param-numberingroup (Talk) (Translate) | Lists the number of users in user groups. |
apihelp-query+siteinfo-param-prop (Talk) (Translate) | Which information to get: ;general:Overall system information. ;namespaces:List of registered namespaces and their canonical names. ;namespacealiases:List of registered namespace aliases. ;specialpagealiases:List of special page aliases. ;magicwords:List of magic words and their aliases. ;statistics:Returns site statistics. ;interwikimap:Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>). ;dbrepllag:Returns database server with the highest replication lag. ;usergroups:Returns user groups and the associated permissions. ;libraries:Returns libraries installed on the wiki. ;extensions:Returns extensions installed on the wiki. ;fileextensions:Returns list of file extensions allowed to be uploaded. ;rightsinfo:Returns wiki rights (license) information if available. ;restrictions:Returns information on available restriction (protection) types. ;languages:Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>). ;skins:Returns a list of all enabled skins (optionally localised by using <var>$1inlanguagecode</var>, otherwise in the content language). ;extensiontags:Returns a list of parser extension tags. ;functionhooks:Returns a list of parser function hooks. ;showhooks:Returns a list of all subscribed hooks (contents of <var>[[mw:Manual:$wgHooks|$wgHooks]]</var>). ;variables:Returns a list of variable IDs. ;protocols:Returns a list of protocols that are allowed in external links. ;defaultoptions:Returns the default values for user preferences. |
apihelp-query+siteinfo-param-showalldb (Talk) (Translate) | List all database servers, not just the one lagging the most. |
apihelp-query+stashimageinfo-description (Talk) (Translate) | Returns file information for stashed files. |
apihelp-query+stashimageinfo-example-params (Talk) (Translate) | Returns thumbnails for two stashed files. |
apihelp-query+stashimageinfo-example-simple (Talk) (Translate) | Returns information for a stashed file. |
apihelp-query+stashimageinfo-param-filekey (Talk) (Translate) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-query+stashimageinfo-param-sessionkey (Talk) (Translate) | Alias for $1filekey, for backward compatibility. |
apihelp-query+tags-description (Talk) (Translate) | List change tags. |
apihelp-query+tags-example-simple (Talk) (Translate) | List available tags. |
apihelp-query+tags-param-limit (Talk) (Translate) | The maximum number of tags to list. |
apihelp-query+tags-param-prop (Talk) (Translate) | Which properties to get: ;name:Adds name of tag. ;displayname:Adds system message for the tag. ;description:Adds description of the tag. ;hitcount:Adds the number of revisions and log entries that have this tag. ;defined:Indicate whether the tag is defined. ;source:Gets the sources of the tag, which may include <samp>extension</samp> for extension-defined tags and <samp>manual</samp> for tags that may be applied manually by users. ;active:Whether the tag is still being applied. |
apihelp-query+templates-description (Talk) (Translate) | Returns all pages transcluded on the given pages. |
apihelp-query+templates-example-generator (Talk) (Translate) | Get information about the template pages used on <kbd>Main Page</kbd>. |
apihelp-query+templates-example-namespaces (Talk) (Translate) | Get pages in the {{ns:user}} and {{ns:template}} namespaces that are transcluded on the page <kbd>Main Page</kbd>. |
apihelp-query+templates-example-simple (Talk) (Translate) | Get the templates used on the page <kbd>Main Page</kbd>. |
apihelp-query+templates-param-dir (Talk) (Translate) | The direction in which to list. |
apihelp-query+templates-param-limit (Talk) (Translate) | How many templates to return. |
apihelp-query+templates-param-namespace (Talk) (Translate) | Show templates in this namespaces only. |
apihelp-query+templates-param-templates (Talk) (Translate) | Only list these templates. Useful for checking whether a certain page uses a certain template. |
apihelp-query+tokens-description (Talk) (Translate) | Gets tokens for data-modifying actions. |
apihelp-query+tokens-example-simple (Talk) (Translate) | Retrieve a csrf token (the default). |
apihelp-query+tokens-example-types (Talk) (Translate) | Retrieve a watch token and a patrol token. |
apihelp-query+tokens-param-type (Talk) (Translate) | Types of token to request. |
apihelp-query+transcludedin-description (Talk) (Translate) | Find all pages that transclude the given pages. |
apihelp-query+transcludedin-example-generator (Talk) (Translate) | Get information about pages transcluding <kbd>Main Page</kbd>. |
apihelp-query+transcludedin-example-simple (Talk) (Translate) | Get a list of pages transcluding <kbd>Main Page</kbd>. |
apihelp-query+transcludedin-param-limit (Talk) (Translate) | How many to return. |
apihelp-query+transcludedin-param-namespace (Talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+transcludedin-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+transcludedin-param-show (Talk) (Translate) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
apihelp-query+usercontribs-description (Talk) (Translate) | Get all edits by a user. |
apihelp-query+usercontribs-example-ipprefix (Talk) (Translate) | Show contributions from all IP addresses with prefix <kbd>192.0.2.</kbd>. |
apihelp-query+usercontribs-example-user (Talk) (Translate) | Show contributions of user <kbd>Example</kbd>. |
apihelp-query+usercontribs-param-end (Talk) (Translate) | The end timestamp to return to. |
apihelp-query+usercontribs-param-limit (Talk) (Translate) | The maximum number of contributions to return. |
apihelp-query+usercontribs-param-namespace (Talk) (Translate) | Only list contributions in these namespaces. |
apihelp-query+usercontribs-param-prop (Talk) (Translate) | Include additional pieces of information: ;ids:Adds the page ID and revision ID. ;title:Adds the title and namespace ID of the page. ;timestamp:Adds the timestamp of the edit. ;comment:Adds the comment of the edit. ;parsedcomment:Adds the parsed comment of the edit. ;size:Adds the new size of the edit. ;sizediff:Adds the size delta of the edit against its parent. ;flags:Adds flags of the edit. ;patrolled:Tags patrolled edits. ;tags:Lists tags for the edit. |
apihelp-query+usercontribs-param-show (Talk) (Translate) | Show only items that meet these criteria, e.g. non minor edits only: <kbd>$2show=!minor</kbd>. If <kbd>$2show=patrolled</kbd> or <kbd>$2show=!patrolled</kbd> is set, revisions older than <var>[[mw:Manual:$wgRCMaxAge|$wgRCMaxAge]]</var> ($1 {{PLURAL:$1|second|seconds}}) won't be shown. |
apihelp-query+usercontribs-param-start (Talk) (Translate) | The start timestamp to return from. |
apihelp-query+usercontribs-param-tag (Talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+usercontribs-param-toponly (Talk) (Translate) | Only list changes which are the latest revision. |
apihelp-query+usercontribs-param-user (Talk) (Translate) | The users to retrieve contributions for. |
apihelp-query+usercontribs-param-userprefix (Talk) (Translate) | Retrieve contributions for all users whose names begin with this value. Overrides $1user. |
First page |
Previous page |
Next page |
Last page |