Jump to content

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.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
apihelp-format-param-wrappedhtml (ゆんたく) (Translate) Return the pretty-printed HTML and associated ResourceLoader modules as a JSON object.
apihelp-globalpreferenceoverrides-example-change (ゆんたく) (Translate) Set or change overrides for <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-globalpreferenceoverrides-example-reset (ゆんたく) (Translate) Remove all local overrides.
apihelp-globalpreferenceoverrides-extended-description (ゆんたく) (Translate) Global values for affected preferences will be ignored.
apihelp-globalpreferenceoverrides-param-change (ゆんたく) (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 (ゆんたく) (Translate) The name of the override that should be set to the value given by <var>optionvalue</var>.
apihelp-globalpreferenceoverrides-param-optionvalue (ゆんたく) (Translate) The value for the override specified by <var>optionname</var>.
apihelp-globalpreferenceoverrides-param-reset (ゆんたく) (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 (ゆんたく) (Translate) List of types of overrides to reset when the <var>reset</var> option is set.
apihelp-globalpreferenceoverrides-summary (ゆんたく) (Translate) Change local overrides for global preferences for the current user.
apihelp-globalpreferences-example-change (ゆんたく) (Translate) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-globalpreferences-example-reset (ゆんたく) (Translate) Make all preferences non-global.
apihelp-globalpreferences-example-reset-one (ゆんたく) (Translate) Make a single preference non-global.
apihelp-globalpreferences-extended-description (ゆんたく) (Translate) Only preferences registered for the current wiki can be changed locally.
apihelp-globalpreferences-param-change (ゆんたく) (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 (ゆんたく) (Translate) The name of the preference that should be set to the value given by <var>optionvalue</var>.
apihelp-globalpreferences-param-optionvalue (ゆんたく) (Translate) The value for the preference specified by <var>optionname</var>.
apihelp-globalpreferences-param-reset (ゆんたく) (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 (ゆんたく) (Translate) List of types of preferences to reset when the <var>reset</var> option is set.
apihelp-globalpreferences-summary (ゆんたく) (Translate) Change global preferences of the current user.
apihelp-help-example-help (ゆんたく) (Translate) Help for the help module itself.
apihelp-help-example-main (ゆんたく) (Translate) Help for the main module.
apihelp-help-example-query (ゆんたく) (Translate) Help for two query submodules.
apihelp-help-example-recursive (ゆんたく) (Translate) All help in one page.
apihelp-help-example-submodules (ゆんたく) (Translate) Help for <kbd>action=query</kbd> and all its submodules.
apihelp-help-param-helpformat (ゆんたく) (Translate) Format of the help output.
apihelp-help-param-modules (ゆんたく) (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 (ゆんたく) (Translate) Include help for submodules recursively.
apihelp-help-param-submodules (ゆんたく) (Translate) Include help for submodules of the named module.
apihelp-help-param-toc (ゆんたく) (Translate) Include a table of contents in the HTML output.
apihelp-help-param-wrap (ゆんたく) (Translate) Wrap the output in a standard API response structure.
apihelp-help-summary (ゆんたく) (Translate) Display help for the specified modules.
apihelp-imagerotate-example-generator (ゆんたく) (Translate) Rotate all images in <kbd>Category:Flip</kbd> by <kbd>180</kbd> degrees.
apihelp-imagerotate-example-simple (ゆんたく) (Translate) Rotate <kbd>File:Example.png</kbd> by <kbd>90</kbd> degrees.
apihelp-imagerotate-param-rotation (ゆんたく) (Translate) Degrees to rotate image clockwise.
apihelp-imagerotate-param-tags (ゆんたく) (Translate) Tags to apply to the entry in the upload log.
apihelp-imagerotate-summary (ゆんたく) (Translate) Rotate one or more images.
apihelp-import-example-import (ゆんたく) (Translate) Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.
apihelp-import-extended-description (ゆんたく) (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 (ゆんたく) (Translate) Assign edits to local users where the named user exists locally.
apihelp-import-param-fullhistory (ゆんたく) (Translate) For interwiki imports: import the full history, not just the current version.
apihelp-import-param-interwikipage (ゆんたく) (Translate) For interwiki imports: page to import.
apihelp-import-param-interwikiprefix (ゆんたく) (Translate) For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).
apihelp-import-param-interwikisource (ゆんたく) (Translate) For interwiki imports: wiki to import from.
apihelp-import-param-namespace (ゆんたく) (Translate) Import to this namespace. Cannot be used together with <var>$1rootpage</var>.
apihelp-import-param-rootpage (ゆんたく) (Translate) Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.
apihelp-import-param-summary (ゆんたく) (Translate) Log entry import summary.
apihelp-import-param-tags (ゆんたく) (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 (ゆんたく) (Translate) For interwiki imports: import all included templates as well.
apihelp-import-param-xml (ゆんたく) (Translate) Uploaded XML file.
First pagePrevious pageNext pageLast page
https://ryu.islamd.ru/Special:AllMessages」から取(とぅ)い戻(むどぅ)すん