System messages
Bɔbew
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-format-param-wrappedhtml (kasa) (Translate) | Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object. |
| apihelp-globalpreferenceoverrides-example-change (kasa) (Translate) | Set or change overrides for <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences. |
| apihelp-globalpreferenceoverrides-example-reset (kasa) (Translate) | Remove all local overrides. |
| apihelp-globalpreferenceoverrides-extended-description (kasa) (Translate) | Global values for affected preferences will be ignored. |
| apihelp-globalpreferenceoverrides-param-change (kasa) (Translate) | List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., preferencename|otherpreference|..., the override will be removed. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation. |
| apihelp-globalpreferenceoverrides-param-optionname (kasa) (Translate) | The name of the override that should be set to the value given by <var>optionvalue</var>. |
| apihelp-globalpreferenceoverrides-param-optionvalue (kasa) (Translate) | The value for the override specified by <var>optionname</var>. |
| apihelp-globalpreferenceoverrides-param-reset (kasa) (Translate) | Reset local overrides. Removes all, or, depending on the value of the <code>resetkinds</code> parameter, some types of local overrides and makes them global again. |
| apihelp-globalpreferenceoverrides-param-resetkinds (kasa) (Translate) | List of types of overrides to reset when the <var>reset</var> option is set. |
| apihelp-globalpreferenceoverrides-summary (kasa) (Translate) | Change local overrides for global preferences for the current user. |
| apihelp-globalpreferences-example-change (kasa) (Translate) | Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences. |
| apihelp-globalpreferences-example-reset (kasa) (Translate) | Make all preferences non-global. |
| apihelp-globalpreferences-example-reset-one (kasa) (Translate) | Make a single preference non-global. |
| apihelp-globalpreferences-extended-description (kasa) (Translate) | Only preferences registered for the current wiki can be changed locally. |
| apihelp-globalpreferences-param-change (kasa) (Translate) | List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., preferencename|otherpreference|..., the preference will be made non-global. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation. |
| apihelp-globalpreferences-param-optionname (kasa) (Translate) | The name of the preference that should be set to the value given by <var>optionvalue</var>. |
| apihelp-globalpreferences-param-optionvalue (kasa) (Translate) | The value for the preference specified by <var>optionname</var>. |
| apihelp-globalpreferences-param-reset (kasa) (Translate) | Reset global preferences. Removes all, or, depending on the value of the <code>resetkinds</code> parameter, some types of global preferences and make them not global anymore. |
| apihelp-globalpreferences-param-resetkinds (kasa) (Translate) | List of types of preferences to reset when the <var>reset</var> option is set. |
| apihelp-globalpreferences-summary (kasa) (Translate) | Change global preferences of the current user. |
| apihelp-help-example-help (kasa) (Translate) | Help for the help module itself. |
| apihelp-help-example-main (kasa) (Translate) | Help for the main module. |
| apihelp-help-example-query (kasa) (Translate) | Help for two query submodules. |
| apihelp-help-example-recursive (kasa) (Translate) | All help in one page. |
| apihelp-help-example-submodules (kasa) (Translate) | Help for <kbd>action=query</kbd> and all its submodules. |
| apihelp-help-param-helpformat (kasa) (Translate) | Format of the help output. |
| apihelp-help-param-modules (kasa) (Translate) | Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>. |
| apihelp-help-param-recursivesubmodules (kasa) (Translate) | Include help for submodules recursively. |
| apihelp-help-param-submodules (kasa) (Translate) | Include help for submodules of the named module. |
| apihelp-help-param-toc (kasa) (Translate) | Include a table of contents in the HTML output. |
| apihelp-help-param-wrap (kasa) (Translate) | Wrap the output in a standard API response structure. |
| apihelp-help-summary (kasa) (Translate) | Display help for the specified modules. |
| apihelp-imagerotate-example-generator (kasa) (Translate) | Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees. |
| apihelp-imagerotate-example-simple (kasa) (Translate) | Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees. |
| apihelp-imagerotate-param-rotation (kasa) (Translate) | Degrees to rotate image clockwise. |
| apihelp-imagerotate-param-tags (kasa) (Translate) | Tags to apply to the entry in the upload log. |
| apihelp-imagerotate-summary (kasa) (Translate) | Rotate one or more images. |
| apihelp-import-example-import (kasa) (Translate) | Import [[meta:Help:ParserFunctions]] to namespace 100 with full history. |
| apihelp-import-extended-description (kasa) (Translate) | Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter. |
| apihelp-import-param-assignknownusers (kasa) (Translate) | Assign edits to local users where the named user exists locally. |
| apihelp-import-param-fullhistory (kasa) (Translate) | For interwiki imports: import the full history, not just the current version. |
| apihelp-import-param-interwikipage (kasa) (Translate) | For interwiki imports: page to import. |
| apihelp-import-param-interwikiprefix (kasa) (Translate) | For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set). |
| apihelp-import-param-interwikisource (kasa) (Translate) | For interwiki imports: wiki to import from. |
| apihelp-import-param-namespace (kasa) (Translate) | Import to this namespace. Cannot be used together with <var>$1rootpage</var>. |
| apihelp-import-param-rootpage (kasa) (Translate) | Import as subpage of this page. Cannot be used together with <var>$1namespace</var>. |
| apihelp-import-param-summary (kasa) (Translate) | Log entry import summary. |
| apihelp-import-param-tags (kasa) (Translate) | Change tags to apply to the entry in the import log and to the null revision on the imported pages. |
| apihelp-import-param-templates (kasa) (Translate) | For interwiki imports: import all included templates as well. |
| apihelp-import-param-xml (kasa) (Translate) | Uploaded XML file. |