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+wbsearch-param-limit (talk) (Translate) | Maximal number of results |
| apihelp-query+wbsearch-param-search (talk) (Translate) | Search for this text. |
| apihelp-query+wbsearch-param-strictlanguage (talk) (Translate) | Whether to disable language fallback |
| apihelp-query+wbsearch-param-type (talk) (Translate) | Search for this type of entity. |
| apihelp-query+wbsearch-summary (talk) (Translate) | Searches for entities using labels and aliases. |
| apihelp-query+wbsubscribers-description (talk) (Translate) | Get subscriptions to given entities. |
| apihelp-query+wbsubscribers-example-1 (talk) (Translate) | Get subscribers to entity <samp>Q42</samp> |
| apihelp-query+wbsubscribers-example-2 (talk) (Translate) | Get subscribers to entity <samp>Q42</samp> with URL to <code>Special:EntityUsage</code> included |
| apihelp-query+wbsubscribers-param-entities (talk) (Translate) | Entities to get subscribers |
| apihelp-query+wbsubscribers-param-limit (talk) (Translate) | Maximal number of results |
| apihelp-query+wbsubscribers-param-prop (talk) (Translate) | Properties to add to result |
| apihelp-query+wbsubscribers-summary (talk) (Translate) | Get subscriptions to given entities. |
| apihelp-query+wikibase-description (talk) (Translate) | Get information about the Wikibase client and the associated Wikibase repository. |
| apihelp-query+wikibase-example (talk) (Translate) | Get URL path and other information about Wikibase client and repository. |
| apihelp-query+wikibase-param-prop (talk) (Translate) | Which properties to get: ;<kbd>url</kbd>: Base URL, script path and article path of the Wikibase repository. ;<kbd>siteid</kbd>: The siteid of this site. |
| apihelp-query+wikibase-summary (talk) (Translate) | Get information about the Wikibase client and the associated Wikibase repository. |
| apihelp-query-example-allpages (talk) (Translate) | Fetch revisions of pages beginning with <kbd>API/</kbd>. |
| apihelp-query-example-revisions (talk) (Translate) | Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>. |
| apihelp-query-extended-description (talk) (Translate) | All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites. |
| apihelp-query-param-export (talk) (Translate) | Export the current revisions of all given or generated pages. |
| apihelp-query-param-exportnowrap (talk) (Translate) | Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export. |
| apihelp-query-param-exportschema (talk) (Translate) | Target the given version of the XML dump format when exporting. Can only be used with <var>$1export</var>. |
| apihelp-query-param-indexpageids (talk) (Translate) | Include an additional pageids section listing all returned page IDs. |
| apihelp-query-param-iwurl (talk) (Translate) | Whether to get the full URL if the title is an interwiki link. |
| apihelp-query-param-list (talk) (Translate) | Which lists to get. |
| apihelp-query-param-meta (talk) (Translate) | Which metadata to get. |
| apihelp-query-param-prop (talk) (Translate) | Which properties to get for the queried pages. |
| apihelp-query-param-rawcontinue (talk) (Translate) | Return raw <samp>query-continue</samp> data for continuation. |
| apihelp-query-summary (talk) (Translate) | Fetch data from and about MediaWiki. |
| apihelp-rawfm-summary (talk) (Translate) | Output data, including debugging elements, in JSON format (pretty-print in HTML). |
| apihelp-removeauthenticationdata-example-simple (talk) (Translate) | Attempt to remove the current user's data for <kbd>FooAuthenticationRequest</kbd>. |
| apihelp-removeauthenticationdata-summary (talk) (Translate) | Remove authentication data for the current user. |
| apihelp-resetpassword-example-email (talk) (Translate) | Send a password reset email for all users with email address <kbd>user@example.com</kbd>. |
| apihelp-resetpassword-example-user (talk) (Translate) | Send a password reset email to user <kbd>Example</kbd>. |
| apihelp-resetpassword-extended-description-noroutes (talk) (Translate) | No password reset routes are available. Enable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module. |
| apihelp-resetpassword-param-email (talk) (Translate) | Email address of the user being reset. |
| apihelp-resetpassword-param-user (talk) (Translate) | User being reset. |
| apihelp-resetpassword-summary (talk) (Translate) | Send a password reset email to a user. |
| apihelp-revisiondelete-example-log (talk) (Translate) | Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>. |
| apihelp-revisiondelete-example-revision (talk) (Translate) | Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>. |
| apihelp-revisiondelete-param-hide (talk) (Translate) | What to hide for each revision. |
| apihelp-revisiondelete-param-ids (talk) (Translate) | Identifiers for the revisions to be deleted. |
| apihelp-revisiondelete-param-reason (talk) (Translate) | Reason for the deletion or undeletion. |
| apihelp-revisiondelete-param-show (talk) (Translate) | What to unhide for each revision. |
| apihelp-revisiondelete-param-suppress (talk) (Translate) | Whether to suppress data from administrators as well as others. |
| apihelp-revisiondelete-param-tags (talk) (Translate) | Tags to apply to the entry in the deletion log. |
| apihelp-revisiondelete-param-target (talk) (Translate) | Page title for the revision deletion, if required for the type. |
| apihelp-revisiondelete-param-type (talk) (Translate) | Type of revision deletion being performed. |
| apihelp-revisiondelete-summary (talk) (Translate) | Delete and undelete revisions. |
| apihelp-rollback-example-simple (talk) (Translate) | Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>. |