System messages
Appearance
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-block-summary (talk) (Translate) | Block a user. |
| apihelp-bouncehandler-example-1 (talk) (Translate) | Receive a bounce email for processing with the content "This is a test email". |
| apihelp-bouncehandler-param-email (talk) (Translate) | The bounced email. |
| apihelp-bouncehandler-summary (talk) (Translate) | Receive a bounce email and process it to handle the failing recipient. |
| apihelp-categorytree-param-category (talk) (Translate) | Title in the category namespace, prefix will be ignored if given. |
| apihelp-categorytree-param-options (talk) (Translate) | Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>. |
| apihelp-categorytree-summary (talk) (Translate) | Internal module for the CategoryTree extension. |
| apihelp-centralauthtoken-example-1 (talk) (Translate) | Fetch a centralauthtoken |
| apihelp-centralauthtoken-extended-description (talk) (Translate) | Returns a token that can be use to authenticate API requests on other wikis. For action API requests, put it in the <var>centralauthtoken</var> GET parameter. For REST API requests, add an <code>Authorization: CentralAuthToken {token}</code> header. In MediaWiki frontend logic, you can use the <code>mediawiki.ForeignApi</code> ResourceLoader module. |
| apihelp-centralauthtoken-summary (talk) (Translate) | Fetch a centralauthtoken for making an authenticated request to an attached wiki. |
| apihelp-centralauthtoken-summary-jwt (talk) (Translate) | This wiki is configured to return a JSON Web Token from this API. |
| apihelp-changeauthenticationdata-example-password (talk) (Translate) | Attempt to change the current user's password to <kbd>ExamplePassword</kbd>. |
| apihelp-changeauthenticationdata-summary (talk) (Translate) | Change authentication data for the current user. |
| apihelp-changecontentmodel-example (talk) (Translate) | Change the main page to have the <code>text</code> content model |
| apihelp-changecontentmodel-param-bot (talk) (Translate) | Mark the content model change with a bot flag. |
| apihelp-changecontentmodel-param-model (talk) (Translate) | Content model of the new content. |
| apihelp-changecontentmodel-param-pageid (talk) (Translate) | Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>. |
| apihelp-changecontentmodel-param-summary (talk) (Translate) | Edit summary and log entry reason |
| apihelp-changecontentmodel-param-tags (talk) (Translate) | Change tags to apply to the log entry and edit. |
| apihelp-changecontentmodel-param-title (talk) (Translate) | Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>. |
| apihelp-changecontentmodel-summary (talk) (Translate) | Change the content model of a page |
| apihelp-checktoken-example-simple (talk) (Translate) | Test the validity of a <kbd>csrf</kbd> token. |
| apihelp-checktoken-param-maxtokenage (talk) (Translate) | Maximum allowed age of the token, in seconds. |
| apihelp-checktoken-param-token (talk) (Translate) | Token to test. |
| apihelp-checktoken-param-type (talk) (Translate) | Type of token being tested. |
| apihelp-checktoken-summary (talk) (Translate) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
| apihelp-cirrus-check-sanity-param-cluster (talk) (Translate) | The search cluster to check indices in |
| apihelp-cirrus-check-sanity-param-from (talk) (Translate) | Page id to start checking at |
| apihelp-cirrus-check-sanity-param-limit (talk) (Translate) | The number of page ids to check |
| apihelp-cirrus-check-sanity-param-rerenderfrequency (talk) (Translate) | Number of checks after which a page should be rerendered. Based off the provided sequenceid. |
| apihelp-cirrus-check-sanity-param-sequenceid (talk) (Translate) | The number of times this set of page ids has been checked |
| apihelp-cirrus-check-sanity-summary (talk) (Translate) | Reports on the correctness of a range of page ids in the search index |
| apihelp-cirrus-config-dump-example (talk) (Translate) | Get a dump of CirrusSearch configuration. |
| apihelp-cirrus-config-dump-param-prop (talk) (Translate) | Type of configuration variables to dump |
| apihelp-cirrus-config-dump-summary (talk) (Translate) | Dump of CirrusSearch configuration. |
| apihelp-cirrus-mapping-dump-example (talk) (Translate) | Get a dump of the CirrusSearch mapping for this wiki. |
| apihelp-cirrus-mapping-dump-summary (talk) (Translate) | Dump of CirrusSearch mapping for this wiki. |
| apihelp-cirrus-profiles-dump-example (talk) (Translate) | Get a dump of CirrusSearch profiles for this wiki. |
| apihelp-cirrus-profiles-dump-param-verbose (talk) (Translate) | Dump the profiles content |
| apihelp-cirrus-profiles-dump-summary (talk) (Translate) | Dump of CirrusSearch profiles for this wiki. |
| apihelp-cirrus-schema-dump-example (talk) (Translate) | Get a dump of CirrusSearch schema from the live cluster. |
| apihelp-cirrus-schema-dump-example-build (talk) (Translate) | Generate CirrusSearch schema from code configuration. |
| apihelp-cirrus-schema-dump-example-build-plugins (talk) (Translate) | Generate CirrusSearch schema with specific plugins enabled. |
| apihelp-cirrus-schema-dump-param-build (talk) (Translate) | Whether to build the schema from code (true) or fetch from live cluster (false). |
| apihelp-cirrus-schema-dump-param-plugins (talk) (Translate) | List of OpenSearch/Elasticsearch plugins available on the target cluster. Only used when build=true. If not provided, plugins will be detected from the connected cluster. |
| apihelp-cirrus-schema-dump-summary (talk) (Translate) | Dump of CirrusSearch schema (settings and mappings) for this wiki. |
| apihelp-cirrus-settings-dump-example (talk) (Translate) | Get a dump of CirrusSearch settings for this wiki. |
| apihelp-cirrus-settings-dump-summary (talk) (Translate) | Dump of CirrusSearch settings for this wiki. |
| apihelp-clearhasmsg-example-1 (talk) (Translate) | Clear the <code>hasmsg</code> flag for the current user. |
| apihelp-clearhasmsg-summary (talk) (Translate) | Clears the <code>hasmsg</code> flag for the current user. |